sources/interface.h

changeset 105
b4466472aecd
parent 89
777b2a10b835
child 106
7b156b764d11
child 109
e4966d7e615d
equal deleted inserted replaced
102:3492f8f0ee7e 105:b4466472aecd
57 void connect (String address, String password); 57 void connect (String address, String password);
58 void set_player_names (const StringList& names); 58 void set_player_names (const StringList& names);
59 void need_refresh(); 59 void need_refresh();
60 void tab_complete (const String& part, String complete); 60 void tab_complete (const String& part, String complete);
61 RCONSession* get_session() { return &Session; } 61 RCONSession* get_session() { return &Session; }
62 void handle_command(const String& input);
62 63
63 void vprint (const char* fmtstr, va_list args); 64 void vprint (const char* fmtstr, va_list args);
64 void __cdecl print (const char* fmtstr, ...); 65 void __cdecl print (const char* fmtstr, ...);
65 void __cdecl print_warning (const char* fmtstr, ...); 66 void __cdecl print_warning (const char* fmtstr, ...);
66 void __cdecl print_error (const char* fmtstr, ...); 67 void __cdecl print_error (const char* fmtstr, ...);

mercurial