diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-13 14:43:57 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-08-13 14:43:57 (GMT) |
| commit | 074dcd0b42ad1924751e432232ccc8b933cedff1 (patch) | |
| tree | d5933f30c7fc9df29d75f9596a79626d46704134 /src/simulation/Simulation.cpp | |
| parent | e6feb6f1011ec83991172b80cd9473741b6ec909 (diff) | |
| download | powder-074dcd0b42ad1924751e432232ccc8b933cedff1.zip powder-074dcd0b42ad1924751e432232ccc8b933cedff1.tar.gz | |
Precompile some headers. Fix sconscript to prevent recompiling everything
Diffstat (limited to 'src/simulation/Simulation.cpp')
| -rw-r--r-- | src/simulation/Simulation.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/simulation/Simulation.cpp b/src/simulation/Simulation.cpp index f70560a..29b7eb4 100644 --- a/src/simulation/Simulation.cpp +++ b/src/simulation/Simulation.cpp @@ -8,6 +8,15 @@ #include "Gravity.h" #include "elements/Element.h" +//#include "graphics/Renderer.h" +//#include "graphics/Graphics.h" +#include "Misc.h" +#include "Tools.h" +#include "game/Brush.h" +#include "client/GameSave.h" +#include "Sample.h" +//#include "StorageClasses.h" + #undef LUACONSOLE //#include "cat/LuaScriptHelper.h" |
