mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
chore: formatting
This commit is contained in:
parent
4f0a405bdc
commit
2c8fcf1630
@ -42,7 +42,7 @@ public:
|
|||||||
|
|
||||||
[[nodiscard]] virtual std::optional<asset_type_t> GetHandlingAssetType() const = 0;
|
[[nodiscard]] virtual std::optional<asset_type_t> GetHandlingAssetType() const = 0;
|
||||||
virtual AssetCreationResult CreateAsset(const std::string& assetName, AssetCreationContext& context) = 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
|
template<typename AssetType> class AssetCreator : public IAssetCreator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user