beginning ppu
This commit is contained in:
@ -6,4 +6,5 @@ static const int SCREEN_WIDTH = 1024;
|
||||
static const int SCREEN_HEIGHT = 768;
|
||||
|
||||
void ui_init();
|
||||
void ui_handle_events();
|
||||
void ui_handle_events();
|
||||
void ui_update();
|
Reference in New Issue
Block a user