mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 08:14:38 +01:00
move chat window to separate file
This commit is contained in:
@@ -496,7 +496,7 @@ static void shortcut_open_cheat_window()
|
||||
|
||||
static void shortcut_open_chat_window()
|
||||
{
|
||||
network_open_chat_box();
|
||||
window_chat_open();
|
||||
}
|
||||
|
||||
static const shortcut_action shortcut_table[SHORTCUT_COUNT] = {
|
||||
|
||||
@@ -611,6 +611,7 @@ void window_banner_open(rct_windownumber number);
|
||||
void window_sign_open(rct_windownumber number);
|
||||
void window_sign_small_open(rct_windownumber number);
|
||||
void window_cheats_open();
|
||||
void window_chat_open();
|
||||
|
||||
void window_research_open();
|
||||
void window_research_development_page_paint(rct_window *w, rct_drawpixelinfo *dpi, int baseWidgetIndex);
|
||||
|
||||
Reference in New Issue
Block a user