equal
deleted
inserted
replaced
130 /* tunnelbridge_cmd.c */ |
130 /* tunnelbridge_cmd.c */ |
131 bool CheckBridge_Stuff(byte bridge_type, uint bridge_len); |
131 bool CheckBridge_Stuff(byte bridge_type, uint bridge_len); |
132 uint32 GetBridgeLength(TileIndex begin, TileIndex end); |
132 uint32 GetBridgeLength(TileIndex begin, TileIndex end); |
133 int CalcBridgeLenCostFactor(int x); |
133 int CalcBridgeLenCostFactor(int x); |
134 |
134 |
135 /* network.c */ |
|
136 void NetworkUDPClose(void); |
|
137 void NetworkStartUp(void); |
|
138 void NetworkShutDown(void); |
|
139 void NetworkGameLoop(void); |
|
140 void NetworkUDPGameLoop(void); |
|
141 bool NetworkServerStart(void); |
|
142 bool NetworkClientConnectGame(const char* host, unsigned short port); |
|
143 void NetworkReboot(void); |
|
144 void NetworkDisconnect(void); |
|
145 /* misc_cmd.c */ |
135 /* misc_cmd.c */ |
146 void PlaceTreesRandomly(void); |
136 void PlaceTreesRandomly(void); |
147 |
137 |
148 void InitializeLandscapeVariables(bool only_constants); |
138 void InitializeLandscapeVariables(bool only_constants); |
149 |
139 |