X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_sp%2FFakeDeclares.h;fp=src%2Fgame_sp%2FFakeDeclares.h;h=0000000000000000000000000000000000000000;hb=e51177796149f37de339bda83558c3c49758be93;hp=a3c22a5c7821ad574610b031f58ba21dbd88e742;hpb=f7cee51ad23b10be242545a6445fddf45accf65d;p=rocksndiamonds.git diff --git a/src/game_sp/FakeDeclares.h b/src/game_sp/FakeDeclares.h deleted file mode 100644 index a3c22a5c..00000000 --- a/src/game_sp/FakeDeclares.h +++ /dev/null @@ -1,29 +0,0 @@ -// ---------------------------------------------------------------------------- -// FakeDeclares.h -// ---------------------------------------------------------------------------- - -#ifndef FAKEDECLARES_H -#define FAKEDECLARES_H - -#include "global.h" - - -extern int AllowRedDiskCheat, AllowEatRightRedDiskBug; -extern int Data_SubRest, Data_SubRstFlg; -extern int DemoKeyCode; -extern int GameBusyFlag; -extern int InfotronsNeeded, TotalInfotronsNeeded; -extern int KillMurphyFlag, MurphyMoveCounter; -extern int MurphyExplodePos, SplitMoveFlag, RedDiskReleaseMurphyPos; -extern int MurphyPosIndex, MurphyXPos, MurphyYPos; -extern int MurphyScreenXPos, MurphyScreenYPos; -extern int MurphyVarFaceLeft; -extern int RedDiskCount; -extern int RedDiskReleaseFlag, MovingPictureSequencePhase; -extern int RedDiskReleasePhase; -extern int ScratchGravity, GravityFlag; -extern int SnikSnaksElectronsFrozen; -extern int YellowDisksExploded; -extern long YawnSleepCounter; - -#endif /* FAKEDECLARES_H */