reman3/game_re/gh_auto/r3_getDrawSemaphore.cxx

17 lines
230 B
C++

// AUTO-GENERATED FILE, MOVE TO 'gh_fix' FOLDER PREVENT OVERWRITING!!!!!
#include <r3/binders/auto.h>
#include <gh_global.h>
extern "C" {
// 004013f0
HANDLE __cdecl r3_getDrawSemaphore(void)
{
return g_drawSemaphore;
}
}