freebsd-ports/games/quakeforge/files/patch-include__QF__console.h
Alejandro Pulver 80a08d871c - Fix building with GCC 4.x.
Reported by:	pointyhat
2006-12-17 19:24:20 +00:00

9 lines
239 B
C

--- ./include/QF/console.h.orig Fri Jul 25 19:21:42 2003
+++ ./include/QF/console.h Sun Dec 17 15:59:27 2006
@@ -141,6 +141,4 @@
void Menu_Enter (void);
void Menu_Leave (void);
-extern struct cvar_s *con_size;
-
#endif // __console_h