mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
10 lines
231 B
C
10 lines
231 B
C
#ifndef POKEPLATINUM_SCRCMD_H
|
|
#define POKEPLATINUM_SCRCMD_H
|
|
|
|
#include "field_script_context.h"
|
|
|
|
BOOL sub_02041CC8(ScriptContext *ctx);
|
|
BOOL ScriptContext_WaitForApplicationExit(ScriptContext *ctx);
|
|
|
|
#endif // POKEPLATINUM_SCRCMD_H
|