scene_credits.h 163 B

12345
  1. #include <gui/gui.h>
  2. void credits_render_callback(Canvas* const canvas, void* context);
  3. void credits_input_callback(InputKey key, InputType type, void* context);