mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-01-11 03:32:10 +08:00
Update Interfaces.hpp
This commit is contained in:
parent
e793400d80
commit
12f30b662d
@ -2,7 +2,7 @@
|
|||||||
#define INTERFACES
|
#define INTERFACES
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
//#define DEBUG
|
#define DEBUG
|
||||||
|
|
||||||
#define CLIENT_DLL
|
#define CLIENT_DLL
|
||||||
|
|
||||||
@ -131,6 +131,7 @@ public:
|
|||||||
CGlobalVarsBase* g_Globals = nullptr;
|
CGlobalVarsBase* g_Globals = nullptr;
|
||||||
IInputSystem* g_pInputSystem = nullptr;
|
IInputSystem* g_pInputSystem = nullptr;
|
||||||
ITempEnts* g_pTempEnts = nullptr;
|
ITempEnts* g_pTempEnts = nullptr;
|
||||||
|
DWORD ParticleCollectionSimulateAdr = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern IF iff;
|
extern IF iff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user