aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/font.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-02 00:23:41 +1000
committerPaul Gilbert2012-05-02 00:23:41 +1000
commitbc2b9449869088be4f6c55ff03ccfa9a267a8c6a (patch)
tree23b32e14c0c6d3c48db70923ad14fddf7aeba768 /engines/tony/font.h
parentc831248e652a892fe49f8ab7778ea5f5e1aa1ee8 (diff)
downloadscummvm-rg350-bc2b9449869088be4f6c55ff03ccfa9a267a8c6a.tar.gz
scummvm-rg350-bc2b9449869088be4f6c55ff03ccfa9a267a8c6a.tar.bz2
scummvm-rg350-bc2b9449869088be4f6c55ff03ccfa9a267a8c6a.zip
TONY: Added code from Inventory.cpp
Diffstat (limited to 'engines/tony/font.h')
-rw-r--r--engines/tony/font.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/engines/tony/font.h b/engines/tony/font.h
index 57a8b1c4fb..a8a9aabb19 100644
--- a/engines/tony/font.h
+++ b/engines/tony/font.h
@@ -54,9 +54,12 @@
namespace Tony {
+class RMInput;
class RMInventory;
-class RMLoc;
class RMItem;
+class RMLoc;
+class RMLocation;
+class RMPointer;
/**
* Gestisce un font, in cui ha varie surface per ogni lettera
@@ -237,8 +240,7 @@ public:
/**
* Gestisce il testo di un dialogo
*/
-class RMTextDialog : public RMText
-{
+class RMTextDialog : public RMText {
protected:
int m_startTime;
int m_time;
@@ -250,7 +252,7 @@ class RMTextDialog : public RMText
bool m_bForceNoTime;
HANDLE hCustomSkip;
HANDLE hCustomSkip2;
- RMInput* m_input;
+ RMInput *m_input;
bool m_bAlwaysDisplay;
bool m_bNoTab;
@@ -296,7 +298,7 @@ class RMTextDialog : public RMText
class RMTextDialogScrolling : public RMTextDialog {
protected:
- RMLocation* curLoc;
+ RMLocation *curLoc;
RMPoint startScroll;
virtual void ClipOnScreen(RMGfxPrimitive* prim);