Lots of dumb little edits to sort out what I'm aiming at. I'll next clean out most of this in a refactor.
This commit is contained in:
parent
1f90367f51
commit
c7c48658bd
13 changed files with 60 additions and 29 deletions
|
@ -13,7 +13,7 @@ namespace gui {
|
|||
|
||||
MapViewUI(GameLevel &level);
|
||||
void init();
|
||||
void render(sf::RenderWindow &window);
|
||||
void render(sf::RenderWindow &window, Point aim);
|
||||
void update_level(GameLevel &level);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue