added support for opening URLs for global animation event actions
[rocksndiamonds.git] / src / main.c
index 0788345993944f363825f4ca4744ae852812f5b8..7ebbee1fbe199c0d917d071dd0c37262af7e1a26 100644 (file)
@@ -178,6 +178,7 @@ SetupFileHash              *element_token_hash = NULL;
 SetupFileHash         *graphic_token_hash = NULL;
 SetupFileHash         *font_token_hash = NULL;
 SetupFileHash         *hide_setup_hash = NULL;
+SetupFileHash         *anim_url_hash = NULL;
 
 
 // ----------------------------------------------------------------------------