1
0
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:
Timmy Weerwag
2015-04-04 12:32:35 +02:00
parent b20efdada8
commit f52ccebbca
3 changed files with 34 additions and 6 deletions

View File

@@ -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();