X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FDisplay.h;fp=src%2Fgame_sp%2FDisplay.h;h=e1dec9e71bfd9f412e696934f06d88d4baaaaea6;hb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;hp=0000000000000000000000000000000000000000;hpb=1ceb7ce8723b32b267758bfda3bb7903fff8ea7a;p=rocksndiamonds.git diff --git a/src/game_sp/Display.h b/src/game_sp/Display.h new file mode 100644 index 00000000..e1dec9e7 --- /dev/null +++ b/src/game_sp/Display.h @@ -0,0 +1,33 @@ +// ---------------------------------------------------------------------------- +// Display.h +// ---------------------------------------------------------------------------- + +#ifndef DISPLAY_H +#define DISPLAY_H + +#include "vb_types.h" +#include "vb_defs.h" +#include "vb_vars.h" +#include "vb_lib.h" + +#include "global.h" + +extern void ScrollTo(int X, int Y); +extern void ScrollTowards(int X, int Y); +extern void SoftScrollTo(int X, int Y, long TimeMS, int FPS); +extern int subCheckRestoreRedDiskCountDisplay(); +extern int subDisplayInfotronsNeeded(); +extern int subDisplayLevel(); +extern void subDisplayPanel(); +extern int subDisplayPlayingTime(); +extern void subDisplayRedDiskCount(); + +extern boolean NoDisplayFlag; +extern int ExplosionShake; +extern int ScreenPosition, data_h_Xtmp, data_h_Ytmp; +extern int ScreenScrollXPos, ScreenScrollYPos; +extern int ShowRedDiskCounter, ShowPanel; +extern long DisplayMinX, DisplayMaxX, DisplayWidth; +extern long DisplayMinY, DisplayMaxY, DisplayHeight; + +#endif /* DISPLAY_H */