#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 "switch.h"#include "game.h"#include "newmenu.h"#include "cfile.h"#include "fuelcen.h"#include "hash.h"#include "key.h"#include "piggy.h"Defines | |
| #define | REMOVE_EXT(s) (*(strchr( (s), '.' ))='\0') |
| #define | COMPILED_MINE_VERSION 0 |
Functions | |
| int | CreateDefaultNewSegment () |
| int | load_mine_data_compiled_new (CFILE *LoadFile) |
| int | load_mine_data_compiled (CFILE *LoadFile) |
Variables | |
| mtfi | mine_top_fileinfo |
| mfi | mine_fileinfo |
| mh | mine_header |
| me | mine_editor |
| int | New_file_format_load = 1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6