#include "Buzz_inc.h"
#include "externs.h"
Go to the source code of this file.
Defines | |
#define | DELAYCNT 50 |
Functions | |
int | astcomp (const void *no1, const void *no2) |
void | BackOne (char plr, char *pos, char *pos2) |
void | BigArrowLt (int, int) |
void | BigArrowRt (int, int) |
void | DisplAst (char plr, char *where, char *where2) |
void | DisplAstData (char plr, char *where, char *where2) |
void | Display_ARROW (char, int, int) |
void | DispLoc (char plr, char *where) |
void | DownAstroData (char plr, char *where, char *where2) |
void | DPrest (char plr, char *pos, char *pos2) |
void | DrawMisHist (char plr, int *where) |
void | EndLt (int, int) |
void | EndRt (int, int) |
void | FastOne (char plr, int *where) |
void | ForOne (char plr, char *pos, char *pos2) |
void | FullFast (char plr, int *where) |
void | FullRewind (char plr, int *where) |
void | Mission_Data_Buttons (char plr, int *where) |
void | Move2 (char plr, char *pos, char *pos2, char val) |
void | Museum (char plr) |
void | RewindOne (char plr, int *where) |
void | ShowAstroBack (char plr, char *where, char *where2) |
void | ShowAstroDown (char plr, char *where, char *where2) |
void | ShowAstroFor (char plr, char *where, char *where2) |
void | ShowAstrosHist (char plr) |
void | ShowAstroUp (char plr, char *where, char *where2) |
void | ShowPrest (char plr) |
void | ShowSpHist (char plr) |
void | UpAstroData (char plr, char *where, char *where2) |
Variables | |
struct Astros * | abuf |
char | AI [2] |
struct mStr | Mis |
char | Mon [12][4] |
char | Month [12][11] |
char | Nums [30][7] |
char | tame [29][40] |
i16 | TPoints [2] |
void BackOne | ( | char | plr, | |
char * | pos, | |||
char * | pos2 | |||
) |
void BigArrowLt | ( | int | a, | |
int | b | |||
) |
void BigArrowRt | ( | int | a, | |
int | b | |||
) |
void DisplAst | ( | char | plr, | |
char * | where, | |||
char * | where2 | |||
) |
Definition at line 832 of file museum.c.
Referenced by ShowAstroBack(), ShowAstroDown(), ShowAstroFor(), ShowAstrosHist(), and ShowAstroUp().
void DisplAstData | ( | char | plr, | |
char * | where, | |||
char * | where2 | |||
) |
Definition at line 949 of file museum.c.
Referenced by DisplAst(), DownAstroData(), ShowAstrosHist(), and UpAstroData().
void Display_ARROW | ( | char | num, | |
int | x, | |||
int | y | |||
) |
Definition at line 78 of file museum.c.
References DV(), GV(), gxGetImage(), gxPutImage(), gxSET, local2, sOpen(), SwapPatchHdrSmall, GXHEADER::vptr, and GXHEADER::w.
Referenced by DisplAst(), ShowAstrosHist(), and ShowSpHist().
void DispLoc | ( | char | plr, | |
char * | where | |||
) |
void DownAstroData | ( | char | plr, | |
char * | where, | |||
char * | where2 | |||
) |
void DPrest | ( | char | plr, | |
char * | pos, | |||
char * | pos2 | |||
) |
void DrawMisHist | ( | char | plr, | |
int * | where | |||
) |
Definition at line 546 of file museum.c.
Referenced by Draw_Mis_Stats(), FastOne(), FullFast(), FullRewind(), RewindOne(), and ShowSpHist().
void EndLt | ( | int | a, | |
int | b | |||
) |
void EndRt | ( | int | a, | |
int | b | |||
) |
void FastOne | ( | char | plr, | |
int * | where | |||
) |
void ForOne | ( | char | plr, | |
char * | pos, | |||
char * | pos2 | |||
) |
void FullFast | ( | char | plr, | |
int * | where | |||
) |
void FullRewind | ( | char | plr, | |
int * | where | |||
) |
void Mission_Data_Buttons | ( | char | plr, | |
int * | where | |||
) |
void Move2 | ( | char | plr, | |
char * | pos, | |||
char * | pos2, | |||
char | val | |||
) |
void Museum | ( | char | plr | ) |
void RewindOne | ( | char | plr, | |
int * | where | |||
) |
void ShowAstroBack | ( | char | plr, | |
char * | where, | |||
char * | where2 | |||
) |
void ShowAstroDown | ( | char | plr, | |
char * | where, | |||
char * | where2 | |||
) |
void ShowAstroFor | ( | char | plr, | |
char * | where, | |||
char * | where2 | |||
) |
void ShowAstrosHist | ( | char | plr | ) |
void ShowAstroUp | ( | char | plr, | |
char * | where, | |||
char * | where2 | |||
) |
void ShowPrest | ( | char | plr | ) |
void ShowSpHist | ( | char | plr | ) |
void UpAstroData | ( | char | plr, | |
char * | where, | |||
char * | where2 | |||
) |
char Mon[12][4] |
char tame[29][40] |
Initial value:
{ "ORBITAL SATELLITE", "LUNAR FLYBY", "MERCURY FLYBY", "VENUS FLYBY", "MARS FLYBY", "JUPITER FLYBY", "SATURN FLYBY", "LUNAR PROBE LANDING", "DURATION LEVEL F", "DURATION LEVEL E", "DURATION LEVEL D", "DURATION LEVEL C", "DURATION LEVEL B", "ONE-PERSON CRAFT", "TWO-PERSON CRAFT", "THREE-PERSON CRAFT", "MINISHUTTLE", "FOUR-PERSON CRAFT", "MANNED ORBITAL", "MANNED LUNAR PASS", "MANNED LUNAR ORBIT", "MANNED RESCUE ATTEMPT", "MANNED LUNAR LANDING", "ORBITING LAB", "MANNED DOCKING", "WOMAN IN SPACE", "SPACE WALK", "MANNED SPACE MISSION" }
Definition at line 37 of file museum.c.
Referenced by DPrest().