aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_rooms_glyphs.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-08-25 07:23:35 -0400
committerGitHub2017-08-25 07:23:35 -0400
commit9b07378c244004b7fe6800f984aebd3716f6bb62 (patch)
tree913ef9b05a4e852c75c3c19b06fbebbaaa414898 /engines/titanic/pet_control/pet_rooms_glyphs.h
parentbb3fb4a963fd2e3abe6ed7c3eea60523ebd35093 (diff)
parentd01354ab0d33bb5a7eb113027eaf599e1339804a (diff)
downloadscummvm-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.h3
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
};