gbemu/include/ui.h

9 lines
152 B
C
Raw Normal View History

#pragma once
#include <common.h>
static const int SCREEN_WIDTH = 1024;
static const int SCREEN_HEIGHT = 768;
void ui_init();
void ui_handle_events();