summaryrefslogtreecommitdiffstats
path: root/src/control/Script.h
blob: 6f329e1f2e3731f353d9a5ac0a4018a45ff50715 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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