(svn r16914) -Codechange: split Station and BaseStation into different files
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
/** @file cargopacket.cpp Implementation of the cargo packets */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "station_base.h"
|
||||
#include "core/pool_func.hpp"
|
||||
#include "economy_base.h"
|
||||
#include "station_base.h"
|
||||
|
||||
/* Initialize the cargopacket-pool */
|
||||
CargoPacketPool _cargopacket_pool("CargoPacket");
|
||||
|
Reference in New Issue
Block a user