Add a bit of tools + make unselectable menu objects

+ fix compile error
+ move back to top of menus
This commit is contained in:
Such Meme, Many Skill
2019-11-21 20:54:18 +01:00
parent 7b0faabf38
commit be79d64deb
5 changed files with 71 additions and 25 deletions

View File

@@ -1,4 +1,6 @@
#pragma once
#include "te.h"
int makemenu(menu_item menu[], int menuamount);
int message(char* message, u32 color);
int message(char* message, u32 color);
void clearscreen();