mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-20 01:33:18 +00:00
8 lines
442 B
C
8 lines
442 B
C
|
#include "../subbrute.h"
|
||
|
|
||
|
void subbrute_scene_load_file_on_enter(SubBruteState* context);
|
||
|
void subbrute_scene_load_file_on_exit(SubBruteState* context);
|
||
|
void subbrute_scene_load_file_on_tick(SubBruteState* context);
|
||
|
void subbrute_scene_load_file_on_event(SubBruteEvent event, SubBruteState* context);
|
||
|
void subbrute_scene_load_file_on_draw(Canvas* canvas, SubBruteState* context);
|
||
|
bool subbrute_load_protocol_from_file(SubBruteState* context);
|