#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include "fuelcen.h"#include "screens.h"#include "inferno.h"#include "segment.h"#include "editor.h"#include "timer.h"#include "objpage.h"#include "fix.h"#include "mono.h"#include "error.h"#include "kdefs.h"#include "object.h"#include "polyobj.h"#include "game.h"#include "powerup.h"#include "ai.h"#include "hostage.h"#include "eobject.h"#include "medwall.h"#include "eswitch.h"#include "ehostage.h"#include "key.h"#include "medrobot.h"#include "bm.h"#include "centers.h"Functions | |
| int | do_centers_dialog () |
| void | close_centers_window () |
| void | do_centers_window () |
Variables | |
| static UI_WINDOW * | MainWindow = NULL |
| static UI_GADGET_BUTTON * | QuitButton |
| static UI_GADGET_RADIO * | CenterFlag [MAX_CENTER_TYPES] |
| static UI_GADGET_CHECKBOX * | RobotMatFlag [MAX_ROBOT_TYPES] |
| static int | old_seg_num |
| char | center_names [MAX_CENTER_TYPES][CENTER_STRING_LENGTH] |
|
|
|
|
|
|
|
|
|
|
|
Initial value: {
"Nothing",
"FuelCen",
"RepairCen",
"ControlCen",
"RobotMaker"
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6