summaryrefslogtreecommitdiffstats
path: root/src/core/common.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-07-20 12:35:24 +0200
committerGitHub <noreply@github.com>2019-07-20 12:35:24 +0200
commit29d7b983d7db02363a1ce310100d98d8910798d9 (patch)
tree56ab95801891111dc1434662e47da3cd41865eca /src/core/common.h
parentMerge pull request #151 from Nick007J/master (diff)
parentfixes for #142 (diff)
downloadre3-29d7b983d7db02363a1ce310100d98d8910798d9.tar
re3-29d7b983d7db02363a1ce310100d98d8910798d9.tar.gz
re3-29d7b983d7db02363a1ce310100d98d8910798d9.tar.bz2
re3-29d7b983d7db02363a1ce310100d98d8910798d9.tar.lz
re3-29d7b983d7db02363a1ce310100d98d8910798d9.tar.xz
re3-29d7b983d7db02363a1ce310100d98d8910798d9.tar.zst
re3-29d7b983d7db02363a1ce310100d98d8910798d9.zip
Diffstat (limited to '')
-rw-r--r--src/core/common.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/common.h b/src/core/common.h
index c241e1c6..2ca64c1b 100644
--- a/src/core/common.h
+++ b/src/core/common.h
@@ -97,11 +97,11 @@ extern void **rwengine;
#define SCREEN_SCALE_AR(a) (a)
#endif
-#include "math/maths.h"
-#include "math/Vector.h"
-#include "math/Vector2D.h"
-#include "math/Matrix.h"
-#include "math/Rect.h"
+#include "maths.h"
+#include "Vector.h"
+#include "Vector2D.h"
+#include "Matrix.h"
+#include "Rect.h"
class CRGBA
{