aboutsummaryrefslogtreecommitdiff
path: root/engines/prince/script.h
diff options
context:
space:
mode:
authorlukaslw2014-07-20 17:38:17 +0200
committerlukaslw2014-07-20 17:38:17 +0200
commit2749f97dd9faf8f84fafc1f4065c28bfa1dc4f3b (patch)
tree2f209c48bca67e780dfed7bbc5150361af64b9ba /engines/prince/script.h
parent8b9d3bedf24dffed7b65edcefe142addca70ee35 (diff)
downloadscummvm-rg350-2749f97dd9faf8f84fafc1f4065c28bfa1dc4f3b.tar.gz
scummvm-rg350-2749f97dd9faf8f84fafc1f4065c28bfa1dc4f3b.tar.bz2
scummvm-rg350-2749f97dd9faf8f84fafc1f4065c28bfa1dc4f3b.zip
PRINCE: freeHeroAnim(), O_SETHEROANIM()
Diffstat (limited to 'engines/prince/script.h')
-rw-r--r--engines/prince/script.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/prince/script.h b/engines/prince/script.h
index 93db83ee65..af448f004b 100644
--- a/engines/prince/script.h
+++ b/engines/prince/script.h
@@ -138,6 +138,7 @@ public:
int32 getShadowScale(int locationNr);
uint8 *getRoomOffset(int locationNr);
int32 getOptionStandardOffset(int option);
+ uint8 *getHeroAnimName(int offset);
void setBackAnimId(int offset, int animId);
void setObjId(int offset, int objId);
void installBackAnims(Common::Array<BackgroundAnim> &backAnimList, int offset);