hedgewars/uConsole.pas
changeset 1792 c30c6944bd49
parent 1782 e7589e37a6d6
child 1797 fedd8649fdd9
--- a/hedgewars/uConsole.pas	Sat Feb 14 16:25:58 2009 +0000
+++ b/hedgewars/uConsole.pas	Sat Feb 14 16:30:22 2009 +0000
@@ -29,6 +29,7 @@
 procedure ParseCommand(CmdStr: shortstring; TrustedSource: boolean);
 procedure StopMessages(Message: Longword);
 function  GetLastConsoleLine: shortstring;
+procedure SplitBySpace(var a, b: shortstring);
 
 procedure doPut(putX, putY: LongInt; fromAI: boolean);