]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - qtypes.h
Implement experimental hook-like system, with working example.
[xonotic/darkplaces.git] / qtypes.h
index d4fa148e189051342d9be25038f0494da16f6090..6521899965ea6993427e3b0ec53424b9ee311044 100644 (file)
--- a/qtypes.h
+++ b/qtypes.h
@@ -2,6 +2,8 @@
 #ifndef QTYPES_H
 #define QTYPES_H
 
+#include <stdint.h>
+
 #ifndef __cplusplus
 #ifdef _MSC_VER
 typedef enum {false, true} bool;