mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Change method argument type
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <openrct2/ride/TrackDesignRepository.h>
|
||||
#include <openrct2/core/Math.hpp>
|
||||
#include <openrct2/core/Memory.hpp>
|
||||
#include <openrct2-ui/windows/Window.h>
|
||||
|
||||
#include <openrct2/audio/audio.h>
|
||||
#include <openrct2/interface/widget.h>
|
||||
|
||||
@@ -74,7 +74,7 @@ rct_window * window_sign_small_open(rct_windownumber number);
|
||||
rct_window * window_player_open(uint8 id);
|
||||
rct_window * window_new_campaign_open(sint16 campaignType);
|
||||
|
||||
rct_window * window_install_track_open(const char* path);
|
||||
rct_window * window_install_track_open(const utf8* path);
|
||||
void window_guest_list_init_vars();
|
||||
rct_window * window_guest_list_open();
|
||||
rct_window * window_guest_list_open_with_filter(sint32 type, sint32 index);
|
||||
|
||||
Reference in New Issue
Block a user