]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - screen.h
DP code cleanup, stage one - all headers that can be protected by ifdef
[xonotic/darkplaces.git] / screen.h
index 252b120c0519b8f66e8eb56df416c0de7e0b0a68..86b9e10bfc2cc59d43a19455d1e932da3e0ac355 100644 (file)
--- a/screen.h
+++ b/screen.h
@@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 // screen.h
 
+#ifndef SCREEN_H
+#define SCREEN_H
+
 void CL_Screen_Init (void);
 void CL_UpdateScreen (void);
 void SCR_CenterPrint (char *str);
@@ -40,3 +43,6 @@ extern cvar_t showfps;
 
 extern cvar_t crosshair;
 extern cvar_t crosshair_size;
+
+#endif
+