X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FGlobals.h;h=7e127054607297ce26060818c9efc67256ce6c72;hb=ce0bba1a070e5e64939491eb68087f68ef8fe870;hp=45a6ab8ce716851c92780e0931c7e5e037bdbd4d;hpb=20a30378bfde4264628619380057730df6887972;p=rocksndiamonds.git diff --git a/src/game_sp/Globals.h b/src/game_sp/Globals.h index 45a6ab8c..7e127054 100644 --- a/src/game_sp/Globals.h +++ b/src/game_sp/Globals.h @@ -248,7 +248,12 @@ #define aniTerminalActive IMG_SP_TERMINAL_ACTIVE -#define aniExplosionInfo (111) +#define aniDefaultExplosion IMG_SP_DEFAULT_EXPLODING +#define aniElectronExplosion IMG_SP_ELECTRON_EXPLODING + +#define imgFrameCorner IMG_SP_FRAME_CORNER +#define imgFrameHorizontal IMG_SP_FRAME_HORIZONTAL +#define imgFrameVertical IMG_SP_FRAME_VERTICAL #else @@ -273,12 +278,12 @@ #define aniExplosionInfo (111) -#endif - #define posFrameCorner (55) #define posFrameHorizontal (111) #define posFrameVertical (110) +#endif + #if 1 @@ -353,6 +358,12 @@ extern void ReadLevel(); extern int getSequenceLength(int sequence); extern boolean isSnappingSequence(int sequence); +extern void Trace(char *Source, char *Message); +extern void ReportError(char *Source, char *Message); + +extern int Min(int A, int B); +extern int Max(int A, int B); + extern int fiGraphic[]; extern int aniSnikSnakTurningLeft[]; extern int aniSnikSnakTurningRight[];