X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=188b08119e9f7d044034ce338f9d63db53ae004e;hb=bec8906b5a4f4e980037f41a5bd02d77a16aeedf;hp=ad9634a3b7bca5d9ba8d07e541b53b1e392366ea;hpb=216566521353a144d859e1d93d326934996d85a0;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index ad9634a3..188b0811 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -550,6 +550,7 @@ struct SetupEditorInfo { boolean el_boulderdash; boolean el_emerald_mine; + boolean el_emerald_mine_club; boolean el_more; boolean el_sokoban; boolean el_supaplex; @@ -873,7 +874,7 @@ Bitmap *LoadCustomImage(char *); void ReloadCustomImage(Bitmap *, char *); Bitmap *ZoomBitmap(Bitmap *, int, int); -void CreateBitmapWithSmallBitmaps(Bitmap *); +void CreateBitmapWithSmallBitmaps(Bitmap *, int); void SetMouseCursor(int);