subbrute_scene_run_attack.h 404 B

12345678
  1. #include "../subbrute.h"
  2. void subbrute_scene_run_attack_on_enter(SubBruteState* context);
  3. void subbrute_scene_run_attack_on_exit(SubBruteState* context);
  4. void subbrute_scene_run_attack_on_tick(SubBruteState* context);
  5. void subbrute_scene_run_attack_on_event(SubBruteEvent event, SubBruteState* context);
  6. void subbrute_scene_run_attack_on_draw(Canvas* canvas, SubBruteState* context);
  7. void send_packet();