summaryrefslogtreecommitdiff
path: root/src/Renderer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Renderer.cpp')
-rw-r--r--src/Renderer.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Renderer.cpp b/src/Renderer.cpp
index 67f9348..2644924 100644
--- a/src/Renderer.cpp
+++ b/src/Renderer.cpp
@@ -9,10 +9,10 @@
#include "Config.h"
#include "Renderer.h"
#include "Graphics.h"
-#include "Elements.h"
-#include "ElementFunctions.h"
-#include "ElementGraphics.h"
-#include "Air.h"
+#include "simulation/Elements.h"
+#include "simulation/ElementFunctions.h"
+#include "simulation/ElementGraphics.h"
+#include "simulation/Air.h"
extern "C"
{
#include "hmap.h"