]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_null.c
added resolutions 320x240, 400x300, 1152x864, 1280x1024, 1600x1200, 1792x1344, 1920x1...
[xonotic/darkplaces.git] / vid_null.c
index 20e824846cd241e0ddbbc893ec60ce0c56bee0b2..2b232f566f1468c0e7659c90c69c88cbbd215e55 100644 (file)
@@ -18,7 +18,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 
 #include <signal.h>
-#include <dlfcn.h>
 #include "quakedef.h"
 
 int cl_available = false;
@@ -69,7 +68,7 @@ void VID_Init(void)
        InitSig(); // trap evil signals
 }
 
-int VID_InitMode(int fullscreen, int width, int height, int bpp)
+int VID_InitMode(int fullscreen, int width, int height, int bpp, int stencil)
 {
        return false;
 }
@@ -96,14 +95,6 @@ void IN_Commands(void)
 {
 }
 
-void IN_Init(void)
-{
-}
-
-void IN_Shutdown(void)
-{
-}
-
 void IN_Move(usercmd_t *cmd)
 {
 }