mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
6 lines
No EOL
300 B
C
6 lines
No EOL
300 B
C
#include "../subbrute.h"
|
|
|
|
void subbrute_scene_save_name_on_enter(SubBruteState* context);
|
|
void subbrute_scene_save_name_on_exit(SubBruteState* context);
|
|
void subbrute_scene_save_name_on_event(SubBruteEvent event, SubBruteState* context);
|
|
void subbrute_scene_save_name_on_tick(SubBruteState* context); |