#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include "mono.h"#include "key.h"#include "gr.h"#include "bm.h"#include "inferno.h"#include "segment.h"#include "editor.h"#include "error.h"#include "textures.h"#include "object.h"#include "gamemine.h"#include "gameseg.h"#include "ui.h"#include "texpage.h"#include "medwall.h"#include "switch.h"#include "nocfile.h"#include "fuelcen.h"Defines | |
| #define | REMOVE_EXT(s) (*(strchr( (s), '.' ))='\0') |
| #define | COMPILED_MINE_VERSION 0 |
Functions | |
| int | CreateDefaultNewSegment () |
| int | save_mine_data (CFILE *SaveFile) |
| int | save_mine_data_compiled_new (FILE *SaveFile) |
| int | med_save_mine (char *filename) |
| void | dump_fix_as_short (fix value, int nbits, CFILE *SaveFile) |
| void | dump_fix_as_ushort (fix value, int nbits, CFILE *SaveFile) |
| int | save_mine_data_compiled (FILE *SaveFile) |
Variables | |
| static char | current_tmap_list [MAX_TEXTURES][13] |
| int | New_file_format_save = 1 |
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6