diff options
author | Fire_Head <Fire-Head@users.noreply.github.com> | 2019-06-12 19:20:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 19:20:13 +0200 |
commit | 38730080a2aa91071ff5d524772874af93cc034e (patch) | |
tree | 763b135ff17c75ae83707532b0af91560d0501a3 /src/control/Script.h | |
parent | CameraCreate cosmetic fix (diff) | |
parent | Merge branch 'master' into master (diff) | |
download | re3-38730080a2aa91071ff5d524772874af93cc034e.tar re3-38730080a2aa91071ff5d524772874af93cc034e.tar.gz re3-38730080a2aa91071ff5d524772874af93cc034e.tar.bz2 re3-38730080a2aa91071ff5d524772874af93cc034e.tar.lz re3-38730080a2aa91071ff5d524772874af93cc034e.tar.xz re3-38730080a2aa91071ff5d524772874af93cc034e.tar.zst re3-38730080a2aa91071ff5d524772874af93cc034e.zip |
Diffstat (limited to 'src/control/Script.h')
-rw-r--r-- | src/control/Script.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/control/Script.h b/src/control/Script.h new file mode 100644 index 00000000..6f329e1f --- /dev/null +++ b/src/control/Script.h @@ -0,0 +1,7 @@ +#pragma once + +class CTheScripts +{ +public: + static uint8 *ScriptSpace;//[160*1024] +}; |