]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.h
common: Define DP_STATIC_ASSERT which wraps static_assert
[xonotic/darkplaces.git] / console.h
index 9279b1c96ffbd8583a497ac695c2bba7535ade2f..8ce079351f2b15d354fde1fb035001b8714e9285 100644 (file)
--- a/console.h
+++ b/console.h
@@ -1,5 +1,6 @@
 /*
 Copyright (C) 1996-1997 Id Software, Inc.
+Copyright (C) 2000-2020 DarkPlaces contributors
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -21,6 +22,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #ifndef CONSOLE_H
 #define CONSOLE_H
 
+#include <stddef.h>
+#include "qtypes.h"
+#include "cmd.h"
+#include "lhnet.h"
+
 //
 // console
 //