]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - qtypes.h
Use stdint.h types instead of self-defined dp[u]int
[xonotic/darkplaces.git] / qtypes.h
index f6ce845d633a82910e0d9aa8384d2e0f4ddbc855..4c834a312a5afb1c7d3399426c9b55575d765fa6 100644 (file)
--- a/qtypes.h
+++ b/qtypes.h
@@ -4,6 +4,7 @@
 
 #include <stdint.h>
 #include <stdbool.h>
+#include <inttypes.h>
 
 typedef bool qboolean;
 
@@ -26,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