diff options
| author | jacob1 <jfu614@gmail.com> | 2013-03-06 17:05:59 (GMT) |
|---|---|---|
| committer | jacob1 <jfu614@gmail.com> | 2013-03-06 17:05:59 (GMT) |
| commit | 037618e6f8e6a37574f7ef8ffd90e490fb0ea137 (patch) | |
| tree | d80246d31a26aee7735a566bccc8ce9e8e4e305d /src/simulation/Simulation.h | |
| parent | ad951eb9af20cd1a784fab39c41ade1c19dff2ca (diff) | |
| download | powder-037618e6f8e6a37574f7ef8ffd90e490fb0ea137.zip powder-037618e6f8e6a37574f7ef8ffd90e490fb0ea137.tar.gz | |
remove auto generated comments from all files, fix some missing tabs, remove unused variables from config.h
Diffstat (limited to 'src/simulation/Simulation.h')
| -rw-r--r-- | src/simulation/Simulation.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/simulation/Simulation.h b/src/simulation/Simulation.h index abcea15..9e9424f 100644 --- a/src/simulation/Simulation.h +++ b/src/simulation/Simulation.h @@ -1,10 +1,3 @@ -/* - * Simulation.h - * - * Created on: Jan 2, 2012 - * Author: Simon - */ - #ifndef SIMULATION_H_ #define SIMULATION_H_ #include <cstring> @@ -16,7 +9,7 @@ #include "SimulationData.h" #include "Sign.h" #include "Particle.h" -#include "Player.h" +#include "Stickman.h" #include "WallType.h" #include "GOLMenu.h" #include "MenuSection.h" |
