maybe fixed loading/unloading bug.

This commit is contained in:
marshmellow42 2017-04-14 09:53:36 -04:00
commit 1a3c006469
6 changed files with 91 additions and 37 deletions

View file

@ -12,6 +12,7 @@
#define UI_H__
#include <stdbool.h>
#include <stdint.h>
void ShowGui(void);
void HideGraphWindow(void);