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, ...); |