mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-04 02:01:51 +00:00
chore: update formatting due to updated clang-format version
This commit is contained in:
@ -25,7 +25,7 @@ public:
|
||||
|
||||
[[nodiscard]] virtual std::optional<asset_type_t> GetHandlingAssetType() const = 0;
|
||||
virtual AssetCreationResult CreateAsset(const std::string& assetName, AssetCreationContext& context) = 0;
|
||||
virtual void FinalizeZone(AssetCreationContext& context){};
|
||||
virtual void FinalizeZone(AssetCreationContext& context) {};
|
||||
};
|
||||
|
||||
template<typename AssetType> class AssetCreator : public IAssetCreator
|
||||
|
@ -25,5 +25,5 @@ public:
|
||||
|
||||
[[nodiscard]] virtual asset_type_t GetHandlingAssetType() const = 0;
|
||||
virtual void PostProcessAsset(XAssetInfoGeneric& assetInfo, AssetCreationContext& context) = 0;
|
||||
virtual void FinalizeZone(AssetCreationContext& context){};
|
||||
virtual void FinalizeZone(AssetCreationContext& context) {};
|
||||
};
|
||||
|
Reference in New Issue
Block a user