aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
Diffstat (limited to 'src/example')
-rw-r--r--src/example/particle.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/example/particle.cpp b/src/example/particle.cpp
index df1dbfd..fb89a3d 100644
--- a/src/example/particle.cpp
+++ b/src/example/particle.cpp
@@ -2,14 +2,15 @@
#include <thread>
#include <chrono>
#include "SDLApp.h"
-#include "ParticleEmitter.h"
+#include "api/ParticleEmitter.h"
#include "ParticleSystem.h"
#include "Particle.h"
#include <crepe/Component.h>
#include <crepe/ComponentManager.h>
-#include <crepe/GameObject.h>
+#include <crepe/api/GameObject.h>
#include <chrono>
+using namespace crepe::api;
using namespace crepe;
using namespace std;