Added very basic Welcome screen

This commit is contained in:
WerWolv
2021-01-27 01:10:13 +01:00
parent 8990fad85a
commit 47ca69b80e
2 changed files with 31 additions and 8 deletions

View File

@@ -32,6 +32,8 @@ namespace hex {
void frameBegin();
void frameEnd();
void drawWelcomeScreen();
void initGLFW();
void initImGui();
void deinitGLFW();