X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.h;h=c8d351df3298b947a8bf2978d5ace52220c91431;hp=8c8ac9c6bab52cc42729277d47dac04163b546c7;hb=567cfcb396e3fc031a25362b747dd0a5a096b4ec;hpb=97f6d75262c34ef6ec0facdf76dbbeb51f53f804 diff --git a/src/tools.h b/src/tools.h index 8c8ac9c6..c8d351df 100644 --- a/src/tools.h +++ b/src/tools.h @@ -65,6 +65,9 @@ #define REQUEST_WAIT_FOR_INPUT (REQ_ASK | REQ_CONFIRM | REQ_PLAYER) +int correctLevelPosX_EM(int); +int correctLevelPosY_EM(int); + int getLevelFromScreenX(int); int getLevelFromScreenY(int);