X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_sp%2FBugsTerminals.h;fp=src%2Fgame_sp%2FBugsTerminals.h;h=4ec01cd42f820f9a4881d539a661f4a89282aa99;hp=0000000000000000000000000000000000000000;hb=5ba7f2d9a3f07f342afdf215a3307d5487cb6d43;hpb=1ceb7ce8723b32b267758bfda3bb7903fff8ea7a diff --git a/src/game_sp/BugsTerminals.h b/src/game_sp/BugsTerminals.h new file mode 100644 index 00000000..4ec01cd4 --- /dev/null +++ b/src/game_sp/BugsTerminals.h @@ -0,0 +1,23 @@ +// ---------------------------------------------------------------------------- +// BugsTerminals.h +// ---------------------------------------------------------------------------- + +#ifndef BUGSTERMINALS_H +#define BUGSTERMINALS_H + +#include "vb_types.h" +#include "vb_defs.h" +#include "vb_vars.h" +#include "vb_lib.h" + +#include "global.h" + +extern int subAnimateBugs(int si); +extern int subAnimateTerminals(int si); +extern int subGetRandomNumber(); +extern int subRandomize(); + +extern byte *TerminalState; +extern int TerminalMaxCycles; + +#endif /* BUGSTERMINALS_H */