Formatting

This commit is contained in:
Willy-JL
2023-03-28 23:59:32 +01:00
parent cb3afc2600
commit a441feec83
12 changed files with 50 additions and 18 deletions

View File

@@ -61,7 +61,7 @@ void animation_storage_cache_animation(StorageAnimation* storage_animation);
* @name name of animation
* @return found animation. NULL if nothing found.
*/
StorageAnimation* animation_storage_find_animation(const char* name);
StorageAnimation* animation_storage_find_animation(const char* name, bool force_stock);
/**
* Get meta information of storage animation.