mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Quack 3
This commit is contained in:
committed by
GitHub
parent
e8bd66b89c
commit
0bf99969fd
30
null/swimp_null.c
Normal file
30
null/swimp_null.c
Normal file
@@ -0,0 +1,30 @@
|
||||
#include "../ref_soft/r_local.h"
|
||||
|
||||
void SWimp_BeginFrame( float camera_separation )
|
||||
{
|
||||
}
|
||||
|
||||
void SWimp_EndFrame (void)
|
||||
{
|
||||
}
|
||||
|
||||
int SWimp_Init( void *hInstance, void *wndProc )
|
||||
{
|
||||
}
|
||||
|
||||
void SWimp_SetPalette( const unsigned char *palette)
|
||||
{
|
||||
}
|
||||
|
||||
void SWimp_Shutdown( void )
|
||||
{
|
||||
}
|
||||
|
||||
rserr_t SWimp_SetMode( int *pwidth, int *pheight, int mode, qboolean fullscreen )
|
||||
{
|
||||
}
|
||||
|
||||
void SWimp_AppActivate( qboolean active )
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user