rnd-20060430-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 8eb5d9ab99e8eceb795a11521214400540a9e044..174a95ed6cf46a4f986723b6c48b18ee8716725e 100644 (file)
@@ -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);