7 lines
93 B
C
7 lines
93 B
C
#pragma once
|
|
|
|
#include <common.h>
|
|
|
|
void ui_init();
|
|
void ui_handle_events();
|
|
void ui_update(); |