aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_glyphs.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-17 22:30:18 -0400
committerPaul Gilbert2016-07-10 16:11:25 -0400
commitb6e093d668e9e782cc6a08a787d48c857cf53430 (patch)
tree40ff96848a194ec50bba0b868dba98d7c35874bd /engines/titanic/pet_control/pet_glyphs.h
parentca68e85f3791aa35e5ccc0f3d6cc33a9f71f7f48 (diff)
downloadscummvm-rg350-b6e093d668e9e782cc6a08a787d48c857cf53430.tar.gz
scummvm-rg350-b6e093d668e9e782cc6a08a787d48c857cf53430.tar.bz2
scummvm-rg350-b6e093d668e9e782cc6a08a787d48c857cf53430.zip
TITANIC: Fix drawing glyph squares in PET inventory tab
Diffstat (limited to 'engines/titanic/pet_control/pet_glyphs.h')
-rw-r--r--engines/titanic/pet_control/pet_glyphs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/titanic/pet_control/pet_glyphs.h b/engines/titanic/pet_control/pet_glyphs.h
index 88b6e40956..54abe9d72e 100644
--- a/engines/titanic/pet_control/pet_glyphs.h
+++ b/engines/titanic/pet_control/pet_glyphs.h
@@ -29,6 +29,8 @@
namespace Titanic {
+#define TOTAL_GLYPHS 7
+
class CPetGlyphs;
class CPetSection;