This commit is contained in:
Literally A Penguin
2024-09-25 15:39:25 -05:00
committed by GitHub
parent e8bd66b89c
commit 0bf99969fd
86 changed files with 51093 additions and 0 deletions

30
null/swimp_null.c Normal file
View 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 )
{
}