X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=174a95ed6cf46a4f986723b6c48b18ee8716725e;hb=6d7ebf6db8a9a57f2e3e398da1d2f7d8d084523f;hp=8eb5d9ab99e8eceb795a11521214400540a9e044;hpb=479bba3c31872d0bf11756a6380988bf787ce5ef;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 8eb5d9ab..174a95ed 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -649,6 +649,8 @@ struct SetupEditorInfo boolean el_dynamic; boolean el_headlines; + + boolean show_element_token; }; struct SetupEditorCascadeInfo @@ -996,6 +998,7 @@ void ReloadCustomImage(Bitmap *, char *); Bitmap *ZoomBitmap(Bitmap *, int, int); void CreateBitmapWithSmallBitmaps(Bitmap *, int); +void ScaleBitmap(Bitmap *, int); void SetMouseCursor(int);