1
0
mirror of https://github.com/td512/re3.git synced 2026-04-28 22:24:51 +00:00

fix common.h d3d includes

This commit is contained in:
withmorten
2021-01-17 22:10:04 +01:00
parent deaaf3d22f
commit a6faa0384b

View File

@@ -29,9 +29,9 @@
#define WITH_D3D // librw includes d3d9 itself via this right now
#else
#ifndef USE_D3D9
#include <d3d8types.h>
#include <d3d8.h>
#else
#include <d3d9types.h>
#include <d3d9.h>
#endif
#endif
#endif