aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
authorjaroWMR <jarorutjes07@gmail.com>2024-10-23 18:42:44 +0200
committerjaroWMR <jarorutjes07@gmail.com>2024-10-23 18:42:44 +0200
commit0d2491e8619ec9012381ed3e39e85e37e0cb7765 (patch)
tree67bcbd12d655acce8eb6677cf97c07edb2f1d93f /src/example
parent5558d2d0530cc01fd8e3c8ce18cc38ce9c6f8057 (diff)
moved particleEmitter
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;