Reworked the gui to use GUECS now so lots of code soon to die.
This commit is contained in:
parent
e78340a0cd
commit
70c2ce7d51
9 changed files with 97 additions and 38 deletions
4
gui.hpp
4
gui.hpp
|
@ -3,6 +3,7 @@
|
|||
#include <string>
|
||||
#include "game_engine.hpp"
|
||||
#include "sfmlbackend.hpp"
|
||||
#include "guecs.hpp"
|
||||
|
||||
using std::string;
|
||||
|
||||
|
@ -10,7 +11,8 @@ class Builder;
|
|||
|
||||
class GUI {
|
||||
std::vector<string> _lines;
|
||||
SFMLBackend &gui;
|
||||
SFMLBackend &sfml;
|
||||
guecs::UI $gui;
|
||||
|
||||
public:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue