This repository has been archived on 2026-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
FlippyPass/project/ui/scenes/about.h

14 lines
317 B
C
Raw Permalink Normal View History

2024-09-16 04:23:42 -05:00
// Define once
#ifndef H_S_ABOUT
#define H_S_ABOUT
// Libraries
#include "../app.h"
// Functions
void FP_Scene_Callback_About(void* context, uint32_t index);
void FP_Scene_Enter_About(void* context);
void FP_Scene_Exit_About(void* context);
bool FP_Scene_Event_About(void* context, SceneManagerEvent event);
#endif