#include "Buzz_inc.h"
#include "externs.h"
#include "utils.h"
#include "logging.h"
Go to the source code of this file.
Data Structures | |
| struct | CREDIT |
| struct | intro_image |
Defines | |
| #define | INTRO_IMAGE_COUNT 15 |
Functions | |
| void | Credits (void) |
| void | Introd (void) |
| LOG_DEFAULT_CATEGORY (LOG_ROOT_CAT) | |
| void | NextTurn (char plr) |
| int | read_img_frame (FILE *inf, struct intro_image *ip) |
| void | read_intro_images (void) |
Variables | |
| struct intro_image * | intro_images |
| GXHEADER | local2 |
| int | nCREDIT = sizeof CREDIT / sizeof CREDIT[0] |
| #define INTRO_IMAGE_COUNT 15 |
| LOG_DEFAULT_CATEGORY | ( | LOG_ROOT_CAT | ) |
| void NextTurn | ( | char | plr | ) |
| int read_img_frame | ( | FILE * | inf, | |
| struct intro_image * | ip | |||
| ) |
Definition at line 179 of file intro.c.
References CRITICAL1, intro_image::map, PCX_D(), intro_image::pixels, Swap32bit, and WARNING1.
Referenced by read_intro_images().
Definition at line 217 of file intro.c.
References CRITICAL1, fin, INTRO_IMAGE_COUNT, read_img_frame(), sOpen(), and xmalloc().
Referenced by Introd().
| struct intro_image* intro_images |
Definition at line 30 of file intro.c.
Referenced by AstFaces(), BigHardMe(), DispIt(), Display_ARROW(), DispRck(), DispVA(), DrawSpaceport(), EndPict(), Future(), GetMse(), HDispIt(), LMPict(), Load_LenFlag(), LoserPict(), MChoice(), PadPict(), PatchMe(), PlaceEquip(), PortPlace(), Prefs(), SmHardMe(), and TopSecret().
1.5.3