diff options
author | scnorton <scnorton@biociphers.org> | 2017-05-31 16:35:53 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-05-31 16:42:11 -0400 |
commit | 717c14afc42305dcf0a4846191b1c913aae3a3d0 (patch) | |
tree | 97f2f93ae97c140a7d82c9e76530785943a94ec2 /include/script.h | |
parent | 859a04c318904a3894896c0c66f47def453df858 (diff) |
Decompile the lead section of decoration.s
Diffstat (limited to 'include/script.h')
-rw-r--r-- | include/script.h | 1 |
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 { |