From 01babd43b1e500b36d67d28077b5cffd13212068 Mon Sep 17 00:00:00 2001 From: aap Date: Wed, 12 Jun 2019 13:46:02 +0200 Subject: little cleanup --- src/control/Script.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/control/Script.h (limited to 'src/control/Script.h') 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] +}; -- cgit v1.2.3