r5sdk/r5dev/engine/gl_drawlights.cpp
2024-04-05 16:45:05 +02: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);
}