diff options
| author | mniip <mniip@mniip.com> | 2013-05-11 11:08:32 (GMT) |
|---|---|---|
| committer | mniip <mniip@mniip.com> | 2013-05-11 11:08:32 (GMT) |
| commit | 4d9b9b17d7593333e271de07b68fbef64b310cfa (patch) | |
| tree | bc3153d6a2f4d5cdb1e91cc51e2e88dcefb538c0 /src/simulation/tools | |
| parent | c2cdec9e621a2af25a256a484fdf68adc46ea96f (diff) | |
| download | powder-4d9b9b17d7593333e271de07b68fbef64b310cfa.zip powder-4d9b9b17d7593333e271de07b68fbef64b310cfa.tar.gz | |
D:
Diffstat (limited to 'src/simulation/tools')
| -rw-r--r-- | src/simulation/tools/AirTool.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/tools/Cool.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/tools/GravTool.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/tools/Heat.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/tools/NGrv.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/tools/SimTool.cpp | 2 | ||||
| -rw-r--r-- | src/simulation/tools/SimTool.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/simulation/tools/AirTool.cpp b/src/simulation/tools/AirTool.cpp index 9fd7f79..23120a0 100644 --- a/src/simulation/tools/AirTool.cpp +++ b/src/simulation/tools/AirTool.cpp @@ -19,4 +19,4 @@ int Tool_Air::Perform(Simulation * sim, Particle * cpart, int x, int y, float st return 1; } -Tool_Air::~Tool_Air() {}
\ No newline at end of file +Tool_Air::~Tool_Air() {} diff --git a/src/simulation/tools/Cool.cpp b/src/simulation/tools/Cool.cpp index b1b57b1..4c5788d 100644 --- a/src/simulation/tools/Cool.cpp +++ b/src/simulation/tools/Cool.cpp @@ -20,4 +20,4 @@ int Tool_Cool::Perform(Simulation * sim, Particle * cpart, int x, int y, float s return 1; } -Tool_Cool::~Tool_Cool() {}
\ No newline at end of file +Tool_Cool::~Tool_Cool() {} diff --git a/src/simulation/tools/GravTool.cpp b/src/simulation/tools/GravTool.cpp index 630ba12..3ff30bd 100644 --- a/src/simulation/tools/GravTool.cpp +++ b/src/simulation/tools/GravTool.cpp @@ -15,4 +15,4 @@ int Tool_Grav::Perform(Simulation * sim, Particle * cpart, int x, int y, float s return 1; } -Tool_Grav::~Tool_Grav() {}
\ No newline at end of file +Tool_Grav::~Tool_Grav() {} diff --git a/src/simulation/tools/Heat.cpp b/src/simulation/tools/Heat.cpp index f28274c..1be3e6e 100644 --- a/src/simulation/tools/Heat.cpp +++ b/src/simulation/tools/Heat.cpp @@ -20,4 +20,4 @@ int Tool_Heat::Perform(Simulation * sim, Particle * cpart, int x, int y, float s return 1; } -Tool_Heat::~Tool_Heat() {}
\ No newline at end of file +Tool_Heat::~Tool_Heat() {} diff --git a/src/simulation/tools/NGrv.cpp b/src/simulation/tools/NGrv.cpp index 525d697..5e339e6 100644 --- a/src/simulation/tools/NGrv.cpp +++ b/src/simulation/tools/NGrv.cpp @@ -15,4 +15,4 @@ int Tool_NGrv::Perform(Simulation * sim, Particle * cpart, int x, int y, float s return 1; } -Tool_NGrv::~Tool_NGrv() {}
\ No newline at end of file +Tool_NGrv::~Tool_NGrv() {} diff --git a/src/simulation/tools/SimTool.cpp b/src/simulation/tools/SimTool.cpp index d7015fa..4b3ddeb 100644 --- a/src/simulation/tools/SimTool.cpp +++ b/src/simulation/tools/SimTool.cpp @@ -7,4 +7,4 @@ Name(""), Colour(PIXPACK(0xFFFFFF)), Description("NULL Tool, does NOTHING") { -}
\ No newline at end of file +} diff --git a/src/simulation/tools/SimTool.h b/src/simulation/tools/SimTool.h index c32ba5b..c5a5cb1 100644 --- a/src/simulation/tools/SimTool.h +++ b/src/simulation/tools/SimTool.h @@ -20,4 +20,4 @@ public: virtual int Perform(Simulation * sim, Particle * cpart, int x, int y, float strength) { return 0; } }; -#endif
\ No newline at end of file +#endif |
