aboutsummaryrefslogtreecommitdiff
path: root/sword1/screen.h
diff options
context:
space:
mode:
authorRobert Göffringmann2003-12-22 01:20:47 +0000
committerRobert Göffringmann2003-12-22 01:20:47 +0000
commitfd4417e6bbe0a571e51c1cb82e9941c455b9ce76 (patch)
treebfd5125d1a9975ebe82e0d796ca3c8f3f7a23aeb /sword1/screen.h
parent6b0fb6585cf31bbd341a7da8fa60be5f09eb2381 (diff)
downloadscummvm-rg350-fd4417e6bbe0a571e51c1cb82e9941c455b9ce76.tar.gz
scummvm-rg350-fd4417e6bbe0a571e51c1cb82e9941c455b9ce76.tar.bz2
scummvm-rg350-fd4417e6bbe0a571e51c1cb82e9941c455b9ce76.zip
changed the way the control panel is started
svn-id: r11844
Diffstat (limited to 'sword1/screen.h')
-rw-r--r--sword1/screen.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sword1/screen.h b/sword1/screen.h
index 7c7634fdb4..b99aa87794 100644
--- a/sword1/screen.h
+++ b/sword1/screen.h
@@ -66,21 +66,19 @@ public:
SwordScreen(OSystem *system, ResMan *pResMan, ObjectMan *pObjMan);
void useTextManager(SwordText *pTextMan);
~SwordScreen(void);
- void flushSprites(void) { _backLength = _sortLength = _foreLength = 0; };
+ void draw(void);
void quitScreen(void);
void newScreen(uint32 screen);
void setScrolling(int16 offsetX, int16 offsetY);
-
void addToGraphicList(uint8 listId, uint32 objId);
- void draw(void);
-
void fadeDownPalette(void);
void fadeUpPalette(void);
void fnSetPalette(uint8 start, uint16 length, uint32 id, bool fadeUp);
bool stillFading(void);
+ void refreshPalette(void);
void updateScreen(void);
void showFrame(uint16 x, uint16 y, uint32 resId, uint32 frameNo, const byte *fadeMask = NULL, int8 fadeStatus = 0);