mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 20:00:34 +00:00
7 lines
85 B
C++
7 lines
85 B
C++
#pragma once
|
|
|
|
class CTheScripts
|
|
{
|
|
public:
|
|
static uint8 *ScriptSpace;//[160*1024]
|
|
};
|