diff options
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 +}; |
