]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - qtypes.h
Add process nice settings to the sys struct
[xonotic/darkplaces.git] / qtypes.h
index 6521899965ea6993427e3b0ec53424b9ee311044..4c834a312a5afb1c7d3399426c9b55575d765fa6 100644 (file)
--- a/qtypes.h
+++ b/qtypes.h
@@ -3,16 +3,10 @@
 #define QTYPES_H
 
 #include <stdint.h>
-
-#ifndef __cplusplus
-#ifdef _MSC_VER
-typedef enum {false, true} bool;
-#else
 #include <stdbool.h>
-#endif
-#endif
-typedef bool qboolean;
+#include <inttypes.h>
 
+typedef bool qboolean;
 
 #ifndef NULL
 #define NULL ((void *)0)
@@ -33,9 +27,6 @@ typedef bool qboolean;
 #define RESTRICT
 #endif
 
-typedef long long dpint64;
-typedef unsigned long long dpuint64;
-
 // LadyHavoc: upgrade the prvm to double precision for better time values
 // LadyHavoc: to be enabled when bugs are worked out...
 #define PRVM_64