OpenTTD
|
Code handling saving and loading of map. More...
#include "../stdafx.h"
#include "../map_func.h"
#include "../core/bitmath_func.hpp"
#include "../fios.h"
#include "saveload.h"
#include "../safeguards.h"
Go to the source code of this file.
Variables | |
static uint32 | _map_dim_x |
static uint32 | _map_dim_y |
static const SaveLoadGlobVarList | _map_dimensions [] |
static const uint | MAP_SL_BUF_SIZE = 4096 |
const ChunkHandler | _map_chunk_handlers [] |
Code handling saving and loading of map.
Definition in file map_sl.cpp.
const ChunkHandler _map_chunk_handlers[] |
|
static |
Definition at line 24 of file map_sl.cpp.