sources/interface.h

changeset 71
4f7c2c944637
parent 47
35b968619b0c
parent 41
9ab869656b9e
child 72
1b9c53e0c846
equal deleted inserted replaced
70:0e947b487b18 71:4f7c2c944637
39 FUNCTION render_full() -> void; 39 FUNCTION render_full() -> void;
40 FUNCTION set_title (const String& message) -> void; 40 FUNCTION set_title (const String& message) -> void;
41 FUNCTION update_statusbar() -> void; 41 FUNCTION update_statusbar() -> void;
42 FUNCTION connect (String address, String password) -> void; 42 FUNCTION connect (String address, String password) -> void;
43 FUNCTION set_player_names (const StringList& names) -> void; 43 FUNCTION set_player_names (const StringList& names) -> void;
44 FUNCTION need_refresh() -> void;
45 FUNCTION tab_complete (const String& part, String complete) -> void;
44 }; 46 };

mercurial