Mercurial > repos > blastem
comparison 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 |
comparison
equal
deleted
inserted
replaced
2692:effbb52ab3f0 | 2693:46dba737b931 |
---|---|
1 #ifndef DEBUG_UI_H_ | |
2 #define DEBUG_UI_H_ | |
3 | |
4 #include "../render.h" | |
5 | |
6 uint8_t debug_create_window(uint8_t debug_type, char *caption, uint32_t width, uint32_t height, window_close_handler close_handler); | |
7 | |
8 #endif //DEBUG_UI_H_ |