aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-03-13 23:18:59 +0000
committerEugene Sandulenko2005-03-13 23:18:59 +0000
commit654528422dbe9174eaad34bde7bfab5b4c29739d (patch)
tree07e9547efb98795e349c0ecd775a12673be6c871 /scumm/costume.h
parente7ea46c0a3bed29d8f995072c049cfdf2dd39dd6 (diff)
downloadscummvm-rg350-654528422dbe9174eaad34bde7bfab5b4c29739d.tar.gz
scummvm-rg350-654528422dbe9174eaad34bde7bfab5b4c29739d.tar.bz2
scummvm-rg350-654528422dbe9174eaad34bde7bfab5b4c29739d.zip
Preliminary support for MM NES.
svn-id: r17133
Diffstat (limited to 'scumm/costume.h')
-rw-r--r--scumm/costume.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/costume.h b/scumm/costume.h
index 3307e8a4a4..de1424bff4 100644
--- a/scumm/costume.h
+++ b/scumm/costume.h
@@ -47,6 +47,7 @@ public:
void loadCostume(int id);
byte increaseAnims(Actor *a);
+ void loadNEScostume(void);
protected:
byte increaseAnim(Actor *a, int slot);