summaryrefslogtreecommitdiff
path: root/src/util/asset_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/asset_manager.h')
-rw-r--r--src/util/asset_manager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/asset_manager.h b/src/util/asset_manager.h
index 7d332f2..a78447d 100644
--- a/src/util/asset_manager.h
+++ b/src/util/asset_manager.h
@@ -39,5 +39,6 @@ struct TextureAsset {
const uint8_t* pixels;
};
-// Helper to retrieve and parse a simple texture asset (from packer's [w][h][pixels] format)
+// Helper to retrieve and parse a simple texture asset (from packer's
+// [w][h][pixels] format)
TextureAsset GetTextureAsset(AssetId asset_id);