File diff r3345:e48ac6e0984a → r3346:134319cc6f99
depot.h
Show inline comments
 
@@ -12,13 +12,13 @@
 
#include "road_map.h"
 
#include "tile.h"
 
#include "variables.h"
 

	
 
struct Depot {
 
	TileIndex xy;
 
	uint16 town_index;
 
	TownID town_index;
 
	uint16 index;
 
};
 

	
 
extern MemoryPool _depot_pool;
 

	
 
/**