X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fgame_mm%2Fexport.h;h=2647e829e0c15cd18e95d79dab664ff0884cd34a;hp=5e6f6d40ce16be02fc6269e4a563d86911640921;hb=14801844faf14be284c590b66f030c6bf7cea5c2;hpb=471051c626d95bc35e2272c6f9c67bc32c8bf830 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);