summaryrefslogtreecommitdiff
path: root/include/scrcmd.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-08-27 17:18:23 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-08-27 17:18:23 -0400
commita178ce5d9733abfbf13f1d9e8ae5557915e3afa6 (patch)
treee99cba1e5e3a893cc2eeb6ebb4cd75439cb4f50b /include/scrcmd.h
parente4ddc167504a65fabbeb77d9db6e4241b92b2a54 (diff)
Resolve warnings in scrcmd_18_c and script_pokemon_util
Diffstat (limited to 'include/scrcmd.h')
-rw-r--r--include/scrcmd.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/scrcmd.h b/include/scrcmd.h
new file mode 100644
index 00000000..5ebec947
--- /dev/null
+++ b/include/scrcmd.h
@@ -0,0 +1,6 @@
+#ifndef POKEDIAMOND_SCRCMD_H
+#define POKEDIAMOND_SCRCMD_H
+
+BOOL ScrCmd_givemon(struct ScriptContext* ctx);
+
+#endif //POKEDIAMOND_SCRCMD_H