]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - menu.h
add cvars for world erp and cfm; remove pistons for ODE 0.9 support
[xonotic/darkplaces.git] / menu.h
diff --git a/menu.h b/menu.h
index 7ca77ef35aa73c5ba4dfd458286ee34381da67aa..5e8db63a4c4ac0af767e5305fc4a710376116a30 100644 (file)
--- a/menu.h
+++ b/menu.h
@@ -95,5 +95,7 @@ typedef struct video_resolution_s
 video_resolution_t;
 extern video_resolution_t *video_resolutions;
 extern int video_resolutions_count;
+extern video_resolution_t video_resolutions_hardcoded[];
+extern int video_resolutions_hardcoded_count;
 #endif