mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-10 07:17:32 -05:00
35 lines
432 B
C
35 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 )
|
|
{
|
|
}
|
|
|