diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-06 15:06:26 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-07-06 15:06:26 (GMT) |
| commit | adc9cc08167946927fa21f86d70ce0a0b9630baa (patch) | |
| tree | 009ec84f4398cac18d89283bc6d80193085b39af /src/simulation/Simulation.h | |
| parent | 94c9603d0ce7597cfe987bf211610ca7d325ddaa (diff) | |
| download | powder-adc9cc08167946927fa21f86d70ce0a0b9630baa.zip powder-adc9cc08167946927fa21f86d70ce0a0b9630baa.tar.gz | |
Move graphics into seperate folder
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index b9cc6bb..e4e4120 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -10,8 +10,8 @@ #include <cstring> #include <cstddef> #include "Config.h" -#include "Renderer.h" -#include "Graphics.h" +#include "graphics/Renderer.h" +#include "graphics/Graphics.h" //#include "Elements.h" #include "Tools.h" #include "Misc.h" |
