]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
VID_Init now takes an int bpp parameter
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index f3da2f4289b1ab064f672daa9027738be4ba66bc..8076076c83fac72ce303dd516e4491600dd1952e 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -102,7 +102,7 @@ void GL_Init (void);
 
 void VID_CheckExtensions(void);
 
-void VID_Init (int fullscreen, int width, int height);
+void VID_Init (int fullscreen, int width, int height, int bpp);
 // Called at startup
 
 void VID_Shutdown (void);