#include "race.h"
#include "gamedata.h"
#include "Buzz_inc.h"
#include "externs.h"
#include "av.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
| void | AstFaces (char plr, int x, int y, char face) |
| void | BCDraw (int y) |
| int | BChoice (char plr, char qty, char *Name, char *Imx) |
| void | BigHardMe (char plr, int x, int y, char hw, char unit, char sh, unsigned char coff) |
| void | DispHelp (char top, char bot, char *txt) |
| void | Draw_Mis_Stats (char plr, char index, int *where, char mode) |
| int | Help (char *FName) |
| int | MChoice (char qty, char *Name) |
| void | PatchMe (char plr, int x, int y, char prog, char poff, unsigned char coff) |
| void | SmHardMe (char plr, int x, int y, char prog, char planet, unsigned char coff) |
Variables | |
| char | AI [2] |
| char | AL_CALL |
| char | IDT [5] |
| char | IKEY [5] |
| char | |
| struct mStr | Mis |
| char | Option |
| void AstFaces | ( | char | plr, | |
| int | x, | |||
| int | y, | |||
| char | face | |||
| ) |
| int BChoice | ( | char | plr, | |
| char | qty, | |||
| char * | Name, | |||
| char * | Imx | |||
| ) |
| void BigHardMe | ( | char | plr, | |
| int | x, | |||
| int | y, | |||
| char | hw, | |||
| char | unit, | |||
| char | sh, | |||
| unsigned char | coff | |||
| ) |
| void DispHelp | ( | char | top, | |
| char | bot, | |||
| char * | txt | |||
| ) |
| void Draw_Mis_Stats | ( | char | plr, | |
| char | index, | |||
| int * | where, | |||
| char | mode | |||
| ) |
| int Help | ( | char * | FName | ) |
Definition at line 459 of file place.c.
Referenced by AsnCrew(), AstSel(), CheckCrewOK(), ClearRecord(), ClrMiss(), EditAst(), FileAccess(), FutureCheck(), GetMouse_fast(), Help(), HPurc(), Limbo(), MisAnn(), Port(), PortSel(), Programs(), Rush(), SecondHard(), ShowPad(), Train(), and VAB().
| void PatchMe | ( | char | plr, | |
| int | x, | |||
| int | y, | |||
| char | prog, | |||
| char | poff, | |||
| unsigned char | coff | |||
| ) |
Definition at line 183 of file place.c.
Referenced by DisplAstData(), DrawMisHist(), EndGame(), FakeWin(), PadDraw(), ShowAstrosHist(), and ShowSpHist().
| void SmHardMe | ( | char | plr, | |
| int | x, | |||
| int | y, | |||
| char | prog, | |||
| char | planet, | |||
| unsigned char | coff | |||
| ) |
1.5.3