#include "Buzz_inc.h"
Go to the source code of this file.
Data Structures | |
| struct | BOUND |
| struct | FHead |
| struct | IMG |
| struct | MOBJ |
| struct | REGION |
Defines | |
| #define | S_QTY 43 |
Functions | |
| void | do_item (int fm, int idx, int predraw, long off) |
| int | main (int argc, char **argv) |
| int | need_to_fix_width (long table) |
| void | write_ppm (char *filename, char unsigned *buf, int w, int h) |
Variables | |
| FILE * | fin |
| long | fix_width [] |
| height | |
| IMG | Img |
| char | inbuf [1000 *1000] |
| int | insize |
| MOBJ | MObj [35] |
| unsigned char | outbuf [1000 *1000] |
| int | outsize |
| char | pal [256 *3] |
| struct FHead | PHead |
| unsigned char * | screen |
| long | table [S_QTY] |
| int | vflag |
| #define S_QTY 43 |
| void do_item | ( | int | fm, | |
| int | idx, | |||
| int | predraw, | |||
| long | off | |||
| ) |
Definition at line 179 of file getport.c.
References fin, inbuf, Name, need_to_fix_width(), outbuf, RLED(), and write_ppm().
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
| int need_to_fix_width | ( | long | table | ) |
| void write_ppm | ( | char * | filename, | |
| char unsigned * | buf, | |||
| int | w, | |||
| int | h | |||
| ) |
| FILE* fin |
Definition at line 176 of file getport.c.
Referenced by AI_Begin(), AstFaces(), AstSel(), BackIntel(), BChoice(), BigHardMe(), Credits(), DispBaby(), do_item(), DrawControl(), DrawFuture(), DrawHPurc(), DrawPrefs(), DrawRD(), DrawRevText(), DrawRush(), DrawSpaceport(), DrawStatistics(), EditAst(), FailureMode(), FileAccess(), FileText(), frm_open(), frm_read_tbl(), FutureCheck(), GenerateTables(), GetFailStat(), GetMisType(), Help(), HistFile(), Hospital(), Load_CIA_BUT(), Load_FUT_BUT(), Load_RD_BUT(), main(), MissionPast(), NextTurn(), OpenAnim(), PlaceEquip(), PlaySequence(), Port(), PortPal(), Prefs(), read_intro_images(), RetFile(), REvent(), SafetyRecords(), SatDraw(), SaveMail(), SelectBest(), SetParameters(), and WaveFlagSetup().
| long fix_width[] |
Initial value:
{
80615,
101712,
115262,
113283,
112708,
112154,
86035,
118301,
82541,
88992,
92114,
79703,
0
}
Definition at line 146 of file getport.c.
Referenced by need_to_fix_width().
| long table[S_QTY] |
Definition at line 48 of file getport.c.
Referenced by BigHardMe(), DrawSpaceport(), HModel(), LMPict(), main(), Moon(), PadPict(), PlaceEquip(), PresPict(), and TopSecret().
1.5.3