aboutsummaryrefslogtreecommitdiffstats
path: root/yage/yage.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-10-31 22:18:25 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-10-31 22:18:25 +0000
commitf49044c9886accc91dfd29056241da3b48324640 (patch)
tree8dfdcde8753fdd926a812430c98970282fa22bbc /yage/yage.h
parentf776df6076725d14679b31168e3ede53c966182e (diff)
downloadYAGE-f49044c9886accc91dfd29056241da3b48324640.tar.gz
YAGE-f49044c9886accc91dfd29056241da3b48324640.zip
Moving to core, fixing errors
Diffstat (limited to 'yage/yage.h')
-rw-r--r--yage/yage.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/yage/yage.h b/yage/yage.h
index 920652c1..e6d64a28 100644
--- a/yage/yage.h
+++ b/yage/yage.h
@@ -14,18 +14,18 @@
#ifndef YAGE_YAGE_H
#define YAGE_YAGE_H
-#include "base/camera2d.h"
-#include "base/glslprogram.h"
-#include "base/imageloader.h"
-#include "base/inputmanager.h"
-#include "base/iomanager.h"
-#include "base/picopng.h"
-#include "base/resourcemanager.h"
-#include "base/spritebatch.h"
-#include "base/spritesheet.h"
-#include "base/texture.h"
-#include "base/vertex.h"
-#include "base/window.h"
+#include "core/camera2d.h"
+#include "core/glslprogram.h"
+#include "core/imageloader.h"
+#include "core/inputmanager.h"
+#include "core/iomanager.h"
+#include "core/picopng.h"
+#include "core/resourcemanager.h"
+#include "core/spritebatch.h"
+#include "core/spritesheet.h"
+#include "core/texture.h"
+#include "core/vertex.h"
+#include "core/window.h"
#include "physics/body.h"
#include "physics/particlebody.h"