Initial public release of rem-essentials
This commit is contained in:
Vendored
+15
@@ -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)
|
||||
Reference in New Issue
Block a user