Finished CPU instructions and created ui window.
This commit is contained in:
9
include/ui.h
Normal file
9
include/ui.h
Normal file
@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <common.h>
|
||||
|
||||
static const int SCREEN_WIDTH = 1024;
|
||||
static const int SCREEN_HEIGHT = 768;
|
||||
|
||||
void ui_init();
|
||||
void ui_handle_events();
|
Reference in New Issue
Block a user