]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.h
enable optimizations again (oops)
[xonotic/darkplaces.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index 640afc57a567b24efbc945e9053f443d1852558f..f496518774f7496ed291ba14db11d32839b25ab3 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -34,6 +34,8 @@ The game starts with a Cbuf_AddText ("exec quake.rc\n"); Cbuf_Execute ();
 
 */
 
+#ifndef CMD_H
+#define CMD_H
 
 void Cbuf_Init (void);
 // allocates an initial text buffer that will grow as needed
@@ -133,3 +135,5 @@ void Cmd_Print (char *text);
 // used by command functions to send output to either the graphics console or
 // passed as a print message to the client
 
+#endif
+