Add an ability to mark the main UI dirty so that it forces a render at specific times.
This commit is contained in:
parent
b8bafdcab5
commit
fa6311f10c
6 changed files with 20 additions and 8 deletions
|
@ -35,6 +35,7 @@ namespace gui {
|
|||
|
||||
void init();
|
||||
void draw();
|
||||
void dirty();
|
||||
|
||||
void generate_map();
|
||||
void dead_entity(DinkyECS::Entity entity);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue