aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/ParticleSystem.h
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/crepe/ParticleSystem.h
parent5558d2d0530cc01fd8e3c8ce18cc38ce9c6f8057 (diff)
moved particleEmitter
Diffstat (limited to 'src/crepe/ParticleSystem.h')
-rw-r--r--src/crepe/ParticleSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/ParticleSystem.h b/src/crepe/ParticleSystem.h
index c8777f5..313e1dd 100644
--- a/src/crepe/ParticleSystem.h
+++ b/src/crepe/ParticleSystem.h
@@ -1,7 +1,7 @@
#pragma once
#include <vector>
-#include "ParticleEmitter.h"
+#include "api/ParticleEmitter.h"
namespace crepe {