added support for opening URLs for global animation event actions
[rocksndiamonds.git] / src / libgame / image.h
index cf95a106b44c21f09c7cf263a9d7efb99b6fa184..9be07c5be1fe8a1bd6ab263fd19212dbce39b733 100644 (file)
@@ -49,6 +49,9 @@
 // this bitmap pointer points to the bitmap with default image size
 #define IMG_BITMAP_STANDARD    IMG_BITMAP_32x32
 
+// maximum number of statically and dynamically defined image files
+#define MAX_IMAGE_FILES                1000000
+
 
 #define GET_BITMAP_ID_FROM_TILESIZE(x) ((x) ==  1 ? IMG_BITMAP_1x1   : \
                                         (x) ==  2 ? IMG_BITMAP_2x2   : \