aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
diff options
context:
space:
mode:
authorTravis Howell2006-10-23 10:06:32 +0000
committerTravis Howell2006-10-23 10:06:32 +0000
commit4c9fc74964a9b786982ecc5880b6e54be41c96ca (patch)
tree344ffb06c3782b4aade4ec762b436d9058507e59 /engines/agos/agos.h
parent8f44ef3209f6775624d4d8ce131b13ae355d35a5 (diff)
downloadscummvm-rg350-4c9fc74964a9b786982ecc5880b6e54be41c96ca.tar.gz
scummvm-rg350-4c9fc74964a9b786982ecc5880b6e54be41c96ca.tar.bz2
scummvm-rg350-4c9fc74964a9b786982ecc5880b6e54be41c96ca.zip
Add printStats code for Elvira 2 and cleanup
svn-id: r24470
Diffstat (limited to 'engines/agos/agos.h')
-rw-r--r--engines/agos/agos.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/engines/agos/agos.h b/engines/agos/agos.h
index 984a3938e3..8264d8caa3 100644
--- a/engines/agos/agos.h
+++ b/engines/agos/agos.h
@@ -830,11 +830,6 @@ protected:
uint16 getBoxSize();
uint16 checkFit(char *Ptr, int width, int lines);
- void printMonsterDamage();
- void printPlayerDamage();
- void printMonsterHit();
- void printPlayerHit();
- void printStats();
void writeChar(WindowBlock *window, int x, int y, int offs, int val);
byte *allocBlock(uint32 size);
@@ -1145,7 +1140,7 @@ public:
void oe2_ifDoorOpen();
void oe2_ifDoorClosed();
void oe2_ifDoorLocked();
- void oe2_unk161();
+ void oe2_printStats();
void oe2_unk162();
void oe2_setSuperRoom();
void oe2_getSuperRoom();