diff options
Diffstat (limited to 'src/simulation/tools')
| -rw-r--r-- | src/simulation/tools/AirTool.cpp (renamed from src/simulation/tools/Air.cpp) | 0 | ||||
| -rw-r--r-- | src/simulation/tools/GravTool.cpp (renamed from src/simulation/tools/Grav.cpp) | 0 | ||||
| -rw-r--r-- | src/simulation/tools/SimTool.h | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/tools/Air.cpp b/src/simulation/tools/AirTool.cpp index 9fd7f79..9fd7f79 100644 --- a/src/simulation/tools/Air.cpp +++ b/src/simulation/tools/AirTool.cpp diff --git a/src/simulation/tools/Grav.cpp b/src/simulation/tools/GravTool.cpp index 630ba12..630ba12 100644 --- a/src/simulation/tools/Grav.cpp +++ b/src/simulation/tools/GravTool.cpp diff --git a/src/simulation/tools/SimTool.h b/src/simulation/tools/SimTool.h index ed4cbcd..c32ba5b 100644 --- a/src/simulation/tools/SimTool.h +++ b/src/simulation/tools/SimTool.h @@ -17,7 +17,7 @@ public: SimTool(); virtual ~SimTool() {} - virtual int Perform(Simulation * sim, Particle * cpart, int x, int y, float strength) {} + virtual int Perform(Simulation * sim, Particle * cpart, int x, int y, float strength) { return 0; } }; #endif
\ No newline at end of file |
