Esempio n. 1
0
void __stdcall GLHook_glEnd(void)
{
	OutputDebugStringA("glEnd");
	ptr_glEnd();
}
void APIENTRY glEnd(void)
{
	ptr_glEnd();
}