mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
8 lines
404 B
C
8 lines
404 B
C
#include "../subbrute.h"
|
|
|
|
void subbrute_scene_run_attack_on_enter(SubBruteState* context);
|
|
void subbrute_scene_run_attack_on_exit(SubBruteState* context);
|
|
void subbrute_scene_run_attack_on_tick(SubBruteState* context);
|
|
void subbrute_scene_run_attack_on_event(SubBruteEvent event, SubBruteState* context);
|
|
void subbrute_scene_run_attack_on_draw(Canvas* canvas, SubBruteState* context);
|
|
void send_packet(); |