Finally upgraded the strings to const& since I'm about to pull guecs out and distribute it. Oh well, the joke's finally over.
This commit is contained in:
parent
82ce3cb6be
commit
438bd8ab8a
8 changed files with 53 additions and 74 deletions
|
@ -15,7 +15,6 @@ namespace gui {
|
|||
class MainUI {
|
||||
public:
|
||||
int $compass_dir = 0;
|
||||
bool $show_level = false;
|
||||
bool $needs_render = true;
|
||||
sf::Clock $clock;
|
||||
sf::RenderWindow& $window;
|
||||
|
@ -41,7 +40,6 @@ namespace gui {
|
|||
void render();
|
||||
void dirty();
|
||||
|
||||
void show_level();
|
||||
void health_low();
|
||||
void dead_entity(DinkyECS::Entity entity);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue