Fix How to Play Menu

This commit is contained in:
Andre Schweiger 2016-02-06 10:55:25 +01:00
parent 0ef9e89705
commit 9a8c8bc714
3 changed files with 33 additions and 33 deletions

View file

@ -8,4 +8,4 @@ void initMenus();
void renderMenu(int menu,int xscr,int yscr);
void tickMenu(int menu);
void menuRenderTilePit(int x,int y,int xt,int yt,u32 color);
void menuRenderTilePit(int x,int y,int xt,int yt);