14 lines
330 B
C
14 lines
330 B
C
|
|
// Define once
|
||
|
|
#ifndef H_S_IMPORT
|
||
|
|
#define H_S_IMPORT
|
||
|
|
|
||
|
|
// Libraries
|
||
|
|
#include "../app.h"
|
||
|
|
|
||
|
|
// Functions
|
||
|
|
void FP_Scene_Callback_Import(DialogExResult result, void* context);
|
||
|
|
void FP_Scene_Enter_Import(void* context);
|
||
|
|
void FP_Scene_Exit_Import(void* context);
|
||
|
|
bool FP_Scene_Event_Import(void* context, SceneManagerEvent event);
|
||
|
|
|
||
|
|
#endif
|