From c9195f997f3e797f03ab90464e4158717198a167 Mon Sep 17 00:00:00 2001 From: skal Date: Sun, 8 Feb 2026 07:40:29 +0100 Subject: style: Apply clang-format to all source files --- src/util/asset_manager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/util/asset_manager.h') diff --git a/src/util/asset_manager.h b/src/util/asset_manager.h index 59bf7a0..1e0638c 100644 --- a/src/util/asset_manager.h +++ b/src/util/asset_manager.h @@ -25,5 +25,6 @@ struct AssetRecord { const uint8_t* GetAsset(AssetId asset_id, size_t* out_size = nullptr); void DropAsset(AssetId asset_id, const uint8_t* asset); -// Returns the AssetId for a given asset name, or AssetId::ASSET_LAST_ID if not found. +// Returns the AssetId for a given asset name, or AssetId::ASSET_LAST_ID if not +// found. AssetId GetAssetIdByName(const char* name); -- cgit v1.2.3