Quake-2

Quake 2 GPL Source Release
Log | Files | Refs

swimp_null.c (407B)


      1 #include "../ref_soft/r_local.h"
      2 
      3 void		SWimp_BeginFrame( float camera_separation )
      4 {
      5 }
      6 
      7 void		SWimp_EndFrame (void)
      8 {
      9 }
     10 
     11 int			SWimp_Init( void *hInstance, void *wndProc )
     12 {
     13 }
     14 
     15 void		SWimp_SetPalette( const unsigned char *palette)
     16 {
     17 }
     18 
     19 void		SWimp_Shutdown( void )
     20 {
     21 }
     22 
     23 rserr_t		SWimp_SetMode( int *pwidth, int *pheight, int mode, qboolean fullscreen )
     24 {
     25 }
     26 
     27 void		SWimp_AppActivate( qboolean active )
     28 {
     29 }
     30