subbrute_scene_load_file.h 442 B

12345678
  1. #include "../subbrute.h"
  2. void subbrute_scene_load_file_on_enter(SubBruteState* context);
  3. void subbrute_scene_load_file_on_exit(SubBruteState* context);
  4. void subbrute_scene_load_file_on_tick(SubBruteState* context);
  5. void subbrute_scene_load_file_on_event(SubBruteEvent event, SubBruteState* context);
  6. void subbrute_scene_load_file_on_draw(Canvas* canvas, SubBruteState* context);
  7. bool subbrute_load_protocol_from_file(SubBruteState* context);