(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "gfx.h"
|
||||
#include "viewport.h"
|
||||
#include "core/random_func.hpp"
|
||||
#include "command_type.h"
|
||||
|
||||
void UpdateTownMaxPass(Town *t);
|
||||
|
||||
@@ -38,11 +39,6 @@ void DeleteAnimatedTile(TileIndex tile);
|
||||
void AnimateAnimatedTiles();
|
||||
void InitializeAnimatedTiles();
|
||||
|
||||
/* tunnelbridge_cmd.cpp */
|
||||
bool CheckBridge_Stuff(byte bridge_type, uint bridge_len);
|
||||
uint32 GetBridgeLength(TileIndex begin, TileIndex end);
|
||||
int CalcBridgeLenCostFactor(int x);
|
||||
|
||||
/* misc_cmd.cpp */
|
||||
void PlaceTreesRandomly();
|
||||
|
||||
|
Reference in New Issue
Block a user