X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame_mm%2Fexport.h;h=2647e829e0c15cd18e95d79dab664ff0884cd34a;hb=cd9ddcaebb30b5a7f7dfbfe4168aaaec5c34674d;hp=5e6f6d40ce16be02fc6269e4a563d86911640921;hpb=c34e33fa52cb836acde7b9d21d15844a4d334655;p=rocksndiamonds.git diff --git a/src/game_mm/export.h b/src/game_mm/export.h index 5e6f6d40..2647e829 100644 --- a/src/game_mm/export.h +++ b/src/game_mm/export.h @@ -232,7 +232,7 @@ extern void GameActions_MM(struct MouseActionInfo, boolean); extern void DrawLaser_MM(); -extern void ClickElement(int, int, int); +extern boolean ClickElement(int, int, int); extern unsigned int InitEngineRandom_MM(int);