]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
DP code cleanup, stage one - all headers that can be protected by ifdef
[xonotic/darkplaces.git] / quakedef.h
index dbaf99cc4a82c37d1513a31ca2a1d54bb0612ad9..8209817ab8916757645110185dbbbb76b731edfc 100644 (file)
@@ -19,6 +19,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 */
 // quakedef.h -- primary header for client
 
+#ifndef QUAKEDEF_H
+#define QUAKEDEF_H
+
 #define QUAKE_GAME // as opposed to utilities
 
 #include <math.h>
@@ -297,3 +300,6 @@ void fractalnoisequick(unsigned char *noise, int size, int startgrid);
 #include "image.h"
 
 void Sys_Shared_Init(void);
+
+#endif
+