aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorTravis Howell2005-02-22 01:25:53 +0000
committerTravis Howell2005-02-22 01:25:53 +0000
commit4ff034d27c0e42e5d92ccbb67dccbf8edfcdd0bf (patch)
treed6f82f9b52f0f197b5d8e5572ff16e4e53ba1696 /scumm/intern.h
parent03804ce33faebfafdf854c6e2ebbe2ed0e4e3232 (diff)
downloadscummvm-rg350-4ff034d27c0e42e5d92ccbb67dccbf8edfcdd0bf.tar.gz
scummvm-rg350-4ff034d27c0e42e5d92ccbb67dccbf8edfcdd0bf.tar.bz2
scummvm-rg350-4ff034d27c0e42e5d92ccbb67dccbf8edfcdd0bf.zip
Add a few sprite stubs
svn-id: r16854
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index 31f2efdc9a..c3cc32eb30 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -874,6 +874,9 @@ protected:
uint8 getWizPixelColor(int restype, int resnum, int state, int x, int y, int flags);
int computeWizHistogram(int resnum, int state, int x, int y, int w, int h);
+ int spriteInfoGet_case15(int a, int b, int c, int d, int num, int *args);
+ int spriteInfoGet_classFlags(int spriteId, int num);
+ int spriteInfoGet_classFlags2(int spriteId, int num, int *args);
int spriteInfoGet_flags_1(int spriteId);
int spriteInfoGet_flags_2(int spriteId);
int spriteInfoGet_flags_3(int spriteId);