Initial public release of rem-essentials

This commit is contained in:
2026-08-11 16:48:50 +02:00
commit d611924a5e
161 changed files with 9792 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#pragma once
#define IMPORT __declspec(dllimport)
class CGunWrapper
{
public:
IMPORT static void __cdecl Shutdown();
};
class CDPClient
{
};
#define FL_CDP_CLIENT ((CDPClient*) 0x67E7BC)