summaryrefslogtreecommitdiffstats
path: root/src/common.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-05-30 13:35:13 +0200
committeraap <aap@papnet.eu>2019-05-30 13:35:13 +0200
commit852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1 (patch)
tree2efed135e4d792f86cbac02c9c9bb1eaa340d9ed /src/common.h
parentadded CAntennas (diff)
downloadre3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar.gz
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar.bz2
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar.lz
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar.xz
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.tar.zst
re3-852d8298b1f6c838d4d5c7fd8cfbdbf2615b62d1.zip
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 34214d42..a82e4c7f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -13,6 +13,11 @@
#include <assert.h>
#include <new>
+#ifdef WITHD3D
+#include <Windows.h>
+#include <d3d8types.h>
+#endif
+
#include <rwcore.h>
#include <rpworld.h>