more work on OSD

This commit is contained in:
Arisotura
2019-06-03 15:00:49 +02:00
parent 43e3e53afc
commit 4a4415fc2e
6 changed files with 140 additions and 65 deletions

View File

@ -22,14 +22,13 @@
namespace OSD
{
bool Init();
void DeInit();
void test(u32* berp);
bool Init(bool opengl);
void DeInit(bool opengl);
void AddMessage(u32 color, const char* text);
void Update(bool opengl);
void WindowResized(bool opengl);
void Update(bool opengl, uiAreaDrawParams* params);
}