Mercurial > repos > blastem
diff nuklear_ui/debug_ui.h @ 2693:46dba737b931
WIP Nuklear UI in VDP debug windows
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 19 Jun 2025 19:59:05 -0700 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nuklear_ui/debug_ui.h Thu Jun 19 19:59:05 2025 -0700 @@ -0,0 +1,8 @@ +#ifndef DEBUG_UI_H_ +#define DEBUG_UI_H_ + +#include "../render.h" + +uint8_t debug_create_window(uint8_t debug_type, char *caption, uint32_t width, uint32_t height, window_close_handler close_handler); + +#endif //DEBUG_UI_H_