summary refs log tree commit diff stats
path: root/src/game.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2015-03-14 16:33:29 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2015-03-14 16:33:29 -0400
commit6eaefb4dd401a1c5e9cc7fb8e909521e045c0710 (patch)
tree9ab9b94012b48688bd7b8dce1d7b1933f9b123df /src/game.cpp
parent6cd202153bb61e14f9968845c43ca966ceab1e05 (diff)
downloadtherapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.tar.gz
therapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.tar.bz2
therapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.zip
Removed some unnecessary header transculsions
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 1ff3f4f..68c0a13 100644 --- a/src/game.cpp +++ b/src/game.cpp
@@ -3,6 +3,7 @@
3#include "components.h" 3#include "components.h"
4#include "muxer.h" 4#include "muxer.h"
5#include "entityfactory.h" 5#include "entityfactory.h"
6#include "map.h"
6 7
7Game::Game() 8Game::Game()
8{ 9{