diff options
author | Paul Gilbert | 2017-08-25 07:23:35 -0400 |
---|---|---|
committer | GitHub | 2017-08-25 07:23:35 -0400 |
commit | 9b07378c244004b7fe6800f984aebd3716f6bb62 (patch) | |
tree | 913ef9b05a4e852c75c3c19b06fbebbaaa414898 /engines/titanic/pet_control/pet_rooms_glyphs.h | |
parent | bb3fb4a963fd2e3abe6ed7c3eea60523ebd35093 (diff) | |
parent | d01354ab0d33bb5a7eb113027eaf599e1339804a (diff) | |
download | scummvm-rg350-9b07378c244004b7fe6800f984aebd3716f6bb62.tar.gz scummvm-rg350-9b07378c244004b7fe6800f984aebd3716f6bb62.tar.bz2 scummvm-rg350-9b07378c244004b7fe6800f984aebd3716f6bb62.zip |
Merge pull request #999 from dafioram/header_reduce
TITANIC: Reduce header includes
Diffstat (limited to 'engines/titanic/pet_control/pet_rooms_glyphs.h')
-rw-r--r-- | engines/titanic/pet_control/pet_rooms_glyphs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/titanic/pet_control/pet_rooms_glyphs.h b/engines/titanic/pet_control/pet_rooms_glyphs.h index 3a43bdc06c..e10eafcd60 100644 --- a/engines/titanic/pet_control/pet_rooms_glyphs.h +++ b/engines/titanic/pet_control/pet_rooms_glyphs.h @@ -24,11 +24,12 @@ #define TITANIC_PET_ROOMS_GLYPHS_H #include "titanic/pet_control/pet_glyphs.h" -#include "titanic/support/simple_file.h" #include "titanic/game_location.h" namespace Titanic { +class SimpleFile; + enum RoomGlyphMode { RGM_UNASSIGNED = 0, RGM_ASSIGNED_ROOM = 1, RGM_PREV_ASSIGNED_ROOM = 2 }; |