]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
DP code cleanup, stage one - all headers that can be protected by ifdef
[xonotic/darkplaces.git] / console.h
index 43a538f7067ded0fdf60e163761b55c2240c9645..83149f26abfb7eba4fee1d5ef63576ed31de002d 100644 (file)
--- a/console.h
+++ b/console.h
@@ -18,6 +18,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 */
 
+#ifndef CONSOLE_H
+#define CONSOLE_H
+
 //
 // console
 //
@@ -52,3 +55,5 @@ void Con_CompleteCommandLine(void);
 // formatted in columns on the console
 void Con_DisplayList(char **list);
 
+#endif
+