14 lines
No EOL
318 B
C
14 lines
No EOL
318 B
C
// Define once
|
|
#ifndef H_S_SEND
|
|
#define H_S_SEND
|
|
|
|
// Libraries
|
|
#include "../app.h"
|
|
|
|
// Functions
|
|
void FP_Scene_Callback_Send(DialogExResult result, void* context);
|
|
void FP_Scene_Enter_Send(void* context);
|
|
void FP_Scene_Exit_Send(void* context);
|
|
bool FP_Scene_Event_Send(void* context, SceneManagerEvent event);
|
|
|
|
#endif |