r5sdk/r5dev/engine/sdk_dll.h
Kawe Mazidjatari 44d663bf1c ImGui: cleanup and improvement to surface implementation
* Properly run fade in-out animations
* Make common methods/members shared
* Remove extraneous SDK thread
2024-04-05 18:22:56 +02:00

12 lines
120 B
C++

#ifndef SDK_DLL_H
#define SDK_DLL_H
class CEngineSDK
{
public:
};
extern CEngineSDK g_EngineSDK;
#endif // SDK_DLL_H