mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 21:13:16 +00:00
8 lines
No EOL
421 B
C
8 lines
No EOL
421 B
C
#pragma once
|
|
#include "../ibtnfuzzer.h"
|
|
|
|
void ibtnfuzzer_scene_entrypoint_on_enter(iBtnFuzzerState* context);
|
|
void ibtnfuzzer_scene_entrypoint_on_exit(iBtnFuzzerState* context);
|
|
void ibtnfuzzer_scene_entrypoint_on_tick(iBtnFuzzerState* context);
|
|
void ibtnfuzzer_scene_entrypoint_on_event(iBtnFuzzerEvent event, iBtnFuzzerState* context);
|
|
void ibtnfuzzer_scene_entrypoint_on_draw(Canvas* canvas, iBtnFuzzerState* context); |