1
0
mirror of https://github.com/td512/re3.git synced 2026-01-16 17:37:13 +00:00
td512.re3/src/control/Script.h
2019-06-12 13:46:02 +02:00

8 lines
85 B
C++

#pragma once
class CTheScripts
{
public:
static uint8 *ScriptSpace;//[160*1024]
};