summaryrefslogtreecommitdiff
path: root/include/script.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-05-31 16:35:53 -0400
committerscnorton <scnorton@biociphers.org>2017-05-31 16:42:11 -0400
commit717c14afc42305dcf0a4846191b1c913aae3a3d0 (patch)
tree97f2f93ae97c140a7d82c9e76530785943a94ec2 /include/script.h
parent859a04c318904a3894896c0c66f47def453df858 (diff)
Decompile the lead section of decoration.s
Diffstat (limited to 'include/script.h')
-rw-r--r--include/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/script.h b/include/script.h
index a4c7dd575..5e13e8e74 100644
--- a/include/script.h
+++ b/include/script.h
@@ -4,6 +4,7 @@
struct ScriptContext;
typedef bool8 (*ScrCmdFunc)(struct ScriptContext *);
+typedef u8 Script[];
struct ScriptContext
{