sources/interface.h

changeset 105
b4466472aecd
parent 89
777b2a10b835
child 106
7b156b764d11
child 109
e4966d7e615d
--- a/sources/interface.h	Fri Jul 24 04:31:17 2015 +0300
+++ b/sources/interface.h	Sat Jan 09 17:20:25 2016 +0200
@@ -59,6 +59,7 @@
 	void need_refresh();
 	void tab_complete (const String& part, String complete);
 	RCONSession* get_session() { return &Session; }
+	void handle_command(const String& input);
 
 	void vprint (const char* fmtstr, va_list args);
 	void __cdecl print (const char* fmtstr, ...);

mercurial