mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 13:42:21 +00:00
34 lines
432 B
C
34 lines
432 B
C
#include "../ref_gl/gl_local.h"
|
|
|
|
void GLimp_BeginFrame( float camera_separation )
|
|
{
|
|
}
|
|
|
|
void GLimp_EndFrame( void )
|
|
{
|
|
}
|
|
|
|
int GLimp_Init( void *hinstance, void *hWnd )
|
|
{
|
|
}
|
|
|
|
void GLimp_Shutdown( void )
|
|
{
|
|
}
|
|
|
|
int GLimp_SetMode( int *pwidth, int *pheight, int mode, qboolean fullscreen )
|
|
{
|
|
}
|
|
|
|
void GLimp_AppActivate( qboolean active )
|
|
{
|
|
}
|
|
|
|
void GLimp_EnableLogging( qboolean enable )
|
|
{
|
|
}
|
|
|
|
void GLimp_LogNewFrame( void )
|
|
{
|
|
}
|
|
|