mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
14 lines
246 B
C++
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);
|
||
|
}
|