hedgewars/uConsole.pas
changeset 543 465e2ec8f05f
parent 539 6a9bf1852bbc
child 546 0e7cc3fb05cd
--- a/hedgewars/uConsole.pas	Sun Jun 17 14:48:15 2007 +0000
+++ b/hedgewars/uConsole.pas	Sun Jul 01 11:02:47 2007 +0000
@@ -31,6 +31,8 @@
 procedure ParseCommand(CmdStr: shortstring; TrustedSource: boolean);
 function  GetLastConsoleLine: shortstring;
 
+procedure doPut(putX, putY: LongInt; fromAI: boolean);
+
 implementation
 {$J+}
 uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uLand,