#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include "mono.h"#include "inferno.h"#include "segment.h"#include "textures.h"#include "wall.h"#include "object.h"#include "gamemine.h"#include "error.h"#include "gameseg.h"#include "game.h"#include "piggy.h"#include "texmerge.h"#include "polyobj.h"#include "vclip.h"#include "effects.h"#include "fireball.h"#include "weapon.h"#include "palette.h"#include "timer.h"#include "text.h"#include "cntrlcen.h"#include "gauges.h"#include "powerup.h"#include "fuelcen.h"Functions | |
| void | paging_touch_vclip (vclip *vc) |
| void | paging_touch_wall_effects (int tmap_num) |
| void | paging_touch_object_effects (int tmap_num) |
| void | paging_touch_model (int modelnum) |
| void | paging_touch_weapon (int weapon_type) |
| void | paging_touch_robot (int robot_index) |
| void | paging_touch_object (object *obj) |
| void | paging_touch_side (segment *segp, int sidenum) |
| void | paging_touch_robot_maker (segment *segp) |
| void | paging_touch_segment (segment *segp) |
| void | paging_touch_walls () |
| void | paging_touch_all () |
Variables | |
| byte | super_boss_gate_type_list [13] = {0, 1, 8, 9, 10, 11, 12, 15, 16, 18, 19, 20, 22 } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6