gbemu/include/ui.h

10 lines
170 B
C
Raw Permalink Normal View History

#pragma once
#include <common.h>
static const int SCREEN_WIDTH = 1024;
static const int SCREEN_HEIGHT = 768;
void ui_init();
2025-02-01 00:48:49 -07:00
void ui_handle_events();
void ui_update();