summary refs log tree commit diff stats
path: root/src/systems/pondering.h
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-02-05 11:51:24 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-02-05 11:51:24 -0500
commitda3df061699203eccc9a0c98becaee3ce8050a4f (patch)
treee5082da630d73abc1ecc0b0367d420fbf245126c /src/systems/pondering.h
parenta855ce0262e17b85e8670c511acf179ebddd24fe (diff)
downloadtherapy-da3df061699203eccc9a0c98becaee3ce8050a4f.tar.gz
therapy-da3df061699203eccc9a0c98becaee3ce8050a4f.tar.bz2
therapy-da3df061699203eccc9a0c98becaee3ce8050a4f.zip
Whitespace changes
Diffstat (limited to 'src/systems/pondering.h')
-rw-r--r--src/systems/pondering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systems/pondering.h b/src/systems/pondering.h index ad01a22..3fe5473 100644 --- a/src/systems/pondering.h +++ b/src/systems/pondering.h
@@ -7,7 +7,7 @@ class PonderingSystem : public System {
7 public: 7 public:
8 PonderingSystem(Game& game) 8 PonderingSystem(Game& game)
9 : System(game) {} 9 : System(game) {}
10 10
11 void tick(double dt); 11 void tick(double dt);
12}; 12};
13 13