14 lines
No EOL
291 B
C
14 lines
No EOL
291 B
C
// Define once
|
|
#ifndef H_AUTH
|
|
#define H_AUTH
|
|
|
|
// Libraries
|
|
#include "../app.h"
|
|
|
|
// Functions
|
|
void FP_Scene_Callback_Auth(void* context);
|
|
void FP_Scene_Enter_Auth(void* context);
|
|
void FP_Scene_Exit_Auth(void* context);
|
|
bool FP_Scene_Event_Auth(void* context, SceneManagerEvent event);
|
|
|
|
#endif |