26 lines
468 B
C++
26 lines
468 B
C++
// AUTO-GENERATED FILE, MOVE TO 'gh_fix' FOLDER PREVENT OVERWRITING!!!!!
|
|
|
|
#include <r3/binders/auto.h>
|
|
#include <gh_global.h>
|
|
|
|
extern "C" {
|
|
|
|
// 004013a0 // r3_windowUnlockCursor(cdecl)
|
|
// Parameters: | Types: | Return: void
|
|
|
|
void default r3_windowUnlockCursor(void)
|
|
|
|
{
|
|
HCURSOR hCursor;
|
|
|
|
/* IDC_ARROW */
|
|
hCursor = LoadCursorA((HINSTANCE)0x0,(LPCSTR)0x7f00);
|
|
SetCursor(hCursor);
|
|
ClipCursor((RECT *)0x0);
|
|
ShowCursor(1);
|
|
return;
|
|
}
|
|
|
|
}
|
|
|