mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Decompiled screen_pos_to_map_pos
This commit is contained in:
@@ -86,7 +86,7 @@ void sub_689174(sint16* x, sint16* y, sint16 *z);
|
||||
|
||||
rct_xy16 screen_coord_to_viewport_coord(rct_viewport *viewport, uint16 x, uint16 y);
|
||||
rct_xy16 viewport_coord_to_map_coord(int x, int y, int z);
|
||||
void screen_pos_to_map_pos(short *x, short *y);
|
||||
void screen_pos_to_map_pos(short *x, short *y, int *direction);
|
||||
|
||||
void show_gridlines();
|
||||
void hide_gridlines();
|
||||
|
||||
Reference in New Issue
Block a user