diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-14 16:33:29 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-14 16:33:29 -0400 |
| commit | 6eaefb4dd401a1c5e9cc7fb8e909521e045c0710 (patch) | |
| tree | 9ab9b94012b48688bd7b8dce1d7b1933f9b123df /src/entity.h | |
| parent | 6cd202153bb61e14f9968845c43ca966ceab1e05 (diff) | |
| download | therapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.tar.gz therapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.tar.bz2 therapy-6eaefb4dd401a1c5e9cc7fb8e909521e045c0710.zip | |
Removed some unnecessary header transculsions
Diffstat (limited to 'src/entity.h')
| -rw-r--r-- | src/entity.h | 10 |
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/entity.h b/src/entity.h index 44ce973..26febfb 100644 --- a/src/entity.h +++ b/src/entity.h | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | #ifndef ENTITY_H | 1 | #ifndef ENTITY_H |
| 2 | #define ENTITY_H | 2 | #define ENTITY_H |
| 3 | 3 | ||
| 4 | class Entity; | ||
| 5 | class Component; | ||
| 6 | |||
| 7 | #include <list> | 4 | #include <list> |
| 8 | #include "renderer.h" | 5 | #include "renderer.h" |
| 9 | #include "game.h" | 6 | |
| 10 | #include "map.h" | 7 | class Game; |
| 8 | class Map; | ||
| 9 | class Entity; | ||
| 10 | class Component; | ||
| 11 | 11 | ||
| 12 | class Message { | 12 | class Message { |
| 13 | public: | 13 | public: |
