rnd-20090623-1-src
[rocksndiamonds.git] / src / game_sp / Display.h
1 // ----------------------------------------------------------------------------
2 // Display.h
3 // ----------------------------------------------------------------------------
4
5 #ifndef DISPLAY_H
6 #define DISPLAY_H
7
8 #include "vb_types.h"
9 #include "vb_defs.h"
10 #include "vb_vars.h"
11 #include "vb_lib.h"
12
13 #include "global.h"
14
15 extern void ScrollTo(int X, int Y);
16 extern void ScrollTowards(int X, int Y);
17 extern void SoftScrollTo(int X, int Y, long TimeMS, int FPS);
18 extern int subCheckRestoreRedDiskCountDisplay();
19 extern int subDisplayInfotronsNeeded();
20 extern int subDisplayLevel();
21 extern void subDisplayPanel();
22 extern int subDisplayPlayingTime();
23 extern void subDisplayRedDiskCount();
24
25 extern boolean NoDisplayFlag;
26 extern int ExplosionShake;
27 extern int ScreenPosition, data_h_Xtmp, data_h_Ytmp;
28 extern int ScreenScrollXPos, ScreenScrollYPos;
29 extern int ShowRedDiskCounter, ShowPanel;
30 extern long DisplayMinX, DisplayMaxX, DisplayWidth;
31 extern long DisplayMinY, DisplayMaxY, DisplayHeight;
32
33 #endif /* DISPLAY_H */