Mercurial > repos > blastem
comparison nuklear_ui/blastem_nuklear.h @ 2600:251cc75574af
Basic emscripten support
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 13 Feb 2025 02:18:30 -0800 |
parents | 7121daaa48c2 |
children |
comparison
equal
deleted
inserted
replaced
2599:ca8141c2d6ba | 2600:251cc75574af |
---|---|
13 void blastem_nuklear_init(uint8_t file_loaded); | 13 void blastem_nuklear_init(uint8_t file_loaded); |
14 void show_pause_menu(void); | 14 void show_pause_menu(void); |
15 void show_play_view(void); | 15 void show_play_view(void); |
16 uint8_t is_nuklear_active(void); | 16 uint8_t is_nuklear_active(void); |
17 uint8_t is_nuklear_available(void); | 17 uint8_t is_nuklear_available(void); |
18 //ui_idle_loop calls these automatically, needed externally for browser target | |
19 void ui_enter(void); | |
20 void ui_exit(void); | |
18 void ui_idle_loop(void); | 21 void ui_idle_loop(void); |
19 | 22 |
20 #endif //BLASTEM_NUKLEAR_H_ | 23 #endif //BLASTEM_NUKLEAR_H_ |