Update Interfaces.hpp

This commit is contained in:
0TheSpy 2021-07-09 16:40:14 +03:00 committed by GitHub
parent 576807a343
commit 5533c170e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,8 +131,6 @@ public:
CGlobalVarsBase* g_Globals = nullptr;
IInputSystem* g_pInputSystem = nullptr;
ITempEnts* g_pTempEnts = nullptr;
uint8_t* prime;
char oldprime[5];
};
extern IF iff;