[Functions] Added clcState
This commit is contained in:
parent
febff1b703
commit
ebe27166f8
@ -411,6 +411,8 @@ namespace Game
|
||||
|
||||
ScriptContainer* scriptContainer = reinterpret_cast<ScriptContainer*>(0x2040D00);
|
||||
|
||||
clientstate_t* clcState = reinterpret_cast<clientstate_t*>(0xB2C540);
|
||||
|
||||
XAssetHeader ReallocateAssetPool(XAssetType type, unsigned int newSize)
|
||||
{
|
||||
int elSize = DB_GetXAssetSizeHandlers[type]();
|
||||
|
@ -840,6 +840,8 @@ namespace Game
|
||||
|
||||
extern ScriptContainer* scriptContainer;
|
||||
|
||||
extern clientstate_t* clcState;
|
||||
|
||||
XAssetHeader ReallocateAssetPool(XAssetType type, unsigned int newSize);
|
||||
void Menu_FreeItemMemory(Game::itemDef_s* item);
|
||||
const char* TableLookup(StringTable* stringtable, int row, int column);
|
||||
|
Loading…
Reference in New Issue
Block a user