aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
Diffstat (limited to 'src/example')
-rw-r--r--src/example/ecs.cpp2
-rw-r--r--src/example/particle.cpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/example/ecs.cpp b/src/example/ecs.cpp
index 6f9752e..a8df7e7 100644
--- a/src/example/ecs.cpp
+++ b/src/example/ecs.cpp
@@ -1,8 +1,8 @@
#include <iostream>
#include "../crepe/ComponentManager.h"
-#include "../crepe/Metadata.h"
#include "../crepe/api/GameObject.h"
+#include "../crepe/api/Metadata.h"
#include "../crepe/api/Transform.h"
using namespace crepe;
diff --git a/src/example/particle.cpp b/src/example/particle.cpp
index 69da015..607530d 100644
--- a/src/example/particle.cpp
+++ b/src/example/particle.cpp
@@ -7,6 +7,7 @@
#include <crepe/Particle.h>
#include <crepe/api/GameObject.h>
#include <crepe/api/ParticleEmitter.h>
+#include <crepe/api/Point.h>
#include <crepe/facade/SDLApp.h>
#include <crepe/system/ParticleSystem.h>