1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Refactor chat / server stream logging

This commit is contained in:
Ted John
2017-06-06 17:55:13 +01:00
committed by Michał Janiszewski
parent f69e7ac89e
commit 8bb15a70de
3 changed files with 69 additions and 73 deletions

View File

@@ -49,6 +49,7 @@ extern "C"
#include "intro.h"
#include "localisation/localisation.h"
#include "network/http.h"
#include "network/network.h"
#include "object_list.h"
#include "rct1.h"
#include "rct2.h"
@@ -218,6 +219,7 @@ namespace OpenRCT2
}
http_init();
network_set_env(_env);
theme_manager_initialise();
rct2_interop_setup_hooks();