Mercurial > repos > blastem
view nuklear_ui/debug_ui.h @ 2710:842de15d6b59 default tip
Add ROM DB entry for both US and European versions of BTFF3
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Mon, 07 Jul 2025 22:54:07 -0700 |
parents | 46dba737b931 |
children |
line wrap: on
line source
#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_