summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-10-12 14:42:00 +0000
committerDarkvater <darkvater@openttd.org>2006-10-12 14:42:00 +0000
commit110fc94cb539fcb742e8c01ee52e130d4ca9989e (patch)
treed6137e3f74b95c0ab9bddfa6a5f7cce396e73a76 /functions.h
parentfa438870033b1b49936491b95e7479e2ac1b15cb (diff)
downloadopenttd-110fc94cb539fcb742e8c01ee52e130d4ca9989e.tar.xz
(svn r6752) -Codechange: Move command functions from messy functions.h into command.h
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/functions.h b/functions.h
index f79e20cd8..cd59d8fb2 100644
--- a/functions.h
+++ b/functions.h
@@ -132,9 +132,6 @@ bool CheckBridge_Stuff(byte bridge_type, uint bridge_len);
uint32 GetBridgeLength(TileIndex begin, TileIndex end);
int CalcBridgeLenCostFactor(int x);
-typedef void CommandCallback(bool success, TileIndex tile, uint32 p1, uint32 p2);
-bool DoCommandP(TileIndex tile, uint32 p1, uint32 p2, CommandCallback *callback, uint32 cmd);
-
/* network.c */
void NetworkUDPClose(void);
void NetworkStartUp(void);
@@ -145,8 +142,6 @@ bool NetworkServerStart(void);
bool NetworkClientConnectGame(const char* host, unsigned short port);
void NetworkReboot(void);
void NetworkDisconnect(void);
-void NetworkSend_Command(TileIndex tile, uint32 p1, uint32 p2, uint32 cmd, CommandCallback *callback);
-
/* misc_cmd.c */
void PlaceTreesRandomly(void);