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/debug | |
| parent | c2cdec9e621a2af25a256a484fdf68adc46ea96f (diff) | |
| download | powder-4d9b9b17d7593333e271de07b68fbef64b310cfa.zip powder-4d9b9b17d7593333e271de07b68fbef64b310cfa.tar.gz | |
D:
Diffstat (limited to 'src/debug')
| -rw-r--r-- | src/debug/DebugInfo.h | 2 | ||||
| -rw-r--r-- | src/debug/ElementPopulation.cpp | 2 | ||||
| -rw-r--r-- | src/debug/ElementPopulation.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/debug/DebugInfo.h b/src/debug/DebugInfo.h index 49e46a4..4cdfedc 100644 --- a/src/debug/DebugInfo.h +++ b/src/debug/DebugInfo.h @@ -6,4 +6,4 @@ class DebugInfo { public: virtual void Draw(ui::Point position) {} -};
\ No newline at end of file +}; diff --git a/src/debug/ElementPopulation.cpp b/src/debug/ElementPopulation.cpp index 4caaf11..17e3c3d 100644 --- a/src/debug/ElementPopulation.cpp +++ b/src/debug/ElementPopulation.cpp @@ -81,4 +81,4 @@ void ElementPopulationDebug::Draw(ui::Point position) ElementPopulationDebug::~ElementPopulationDebug() { -}
\ No newline at end of file +} diff --git a/src/debug/ElementPopulation.h b/src/debug/ElementPopulation.h index 845b91e..a1a2093 100644 --- a/src/debug/ElementPopulation.h +++ b/src/debug/ElementPopulation.h @@ -11,4 +11,4 @@ public: ElementPopulationDebug(Simulation * sim); virtual void Draw(ui::Point position); virtual ~ElementPopulationDebug(); -};
\ No newline at end of file +}; |
