X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=f3da4ad15bf6d0b5a771638b78b0785a88578c86;hp=578d060ee9402591ec8fdeba37f1a972e97d54dd;hb=7d85a53b341ca7a3dca87b6f2ccebf45ddf96c92;hpb=de9f167f6960194e913af2a768456d502d4fdf1a diff --git a/src/libgame/system.h b/src/libgame/system.h index 578d060e..f3da4ad1 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -963,6 +963,8 @@ struct TileCursorInfo int xpos, ypos; /* tile cursor level playfield position */ int x, y; /* tile cursor current screen position */ int target_x, target_y; /* tile cursor target screen position */ + + int sx, sy; /* tile cursor screen start position */ }; struct OverlayInfo @@ -1451,6 +1453,7 @@ struct MouseActionInfo { int lx, ly; int button; + int button_hint; }; struct LevelStats @@ -1533,6 +1536,7 @@ void SetTileCursorEnabled(boolean); void SetTileCursorActive(boolean); void SetTileCursorTargetXY(int, int); void SetTileCursorXY(int, int); +void SetTileCursorSXSY(int, int); void SetOverlayEnabled(boolean); void SetOverlayActive(boolean); boolean GetOverlayActive();