r5sdk/src/engine/gl_drawlights.cpp
2023-12-22 14:42:28 +01:00

14 lines
246 B
C++

#include "gl_drawlights.h"
void DrawLightSprites(void* unkType)
{
v_DrawLightSprites(unkType);
}
void VGL_DrawLights::Detour(const bool bAttach) const
{
// Enable if needed.
//DetourSetup(&v_DrawLightSprites, &DrawLightSprites, bAttach);
}