mirror of
https://github.com/td512/re3.git
synced 2026-01-16 17:37:13 +00:00
8 lines
85 B
C++
8 lines
85 B
C++
#pragma once
|
|
|
|
class CTheScripts
|
|
{
|
|
public:
|
|
static uint8 *ScriptSpace;//[160*1024]
|
|
};
|