swimp_null.c 407 B

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