rnd-20030125-1-src
[rocksndiamonds.git] / src / libgame / system.h
index 423f49c5d56f1540924991a660d5b679f153a887..0b014e8c268cb239312806696c03dce1db370c2a 100644 (file)
@@ -316,6 +316,11 @@ struct FontInfo
   Bitmap *bitmap_tile;
 };
 
+struct AnimInfo
+{
+  int simple_random_value;
+};
+
 struct JoystickInfo
 {
   int status;
@@ -567,6 +572,7 @@ extern struct VideoSystemInfo       video;
 extern struct AudioSystemInfo  audio;
 extern struct GfxInfo          gfx;
 extern struct FontInfo         font;
+extern struct AnimInfo         anim;
 extern struct ArtworkInfo      artwork;
 extern struct JoystickInfo     joystick;
 extern struct SetupInfo                setup;