diff options
Diffstat (limited to 'src/simulation/tools/SimTool.h')
| -rw-r--r-- | src/simulation/tools/SimTool.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
