load in preview images to dynamic rt textures
[carveJwlIkooP6JGAAIwe30JlM.git] / addon.h
diff --git a/addon.h b/addon.h
index cae83f6b2d6e19e3ebb5d8e5bccc9b8bae8343bb..5ca812cc94a2ec0777bd6d2b1203e0a92b2af3d1 100644 (file)
--- a/addon.h
+++ b/addon.h
@@ -74,7 +74,7 @@ static u32 addon_count( enum addon_type type, u32 ignoreflags );
 static addon_reg *get_addon_from_index( enum addon_type type, u32 index, 
                                         u32 ignoreflags );
 static u32 get_index_from_addon( enum addon_type type, addon_reg *a );
-static int addon_get_content_folder( addon_reg *reg, vg_str *folder );
+static int addon_get_content_folder( addon_reg *reg, vg_str *folder, int async);
 
 /* scanning routines */
 static u32 addon_match( addon_alias *alias );