From d26866fb6cf7bd22c90000055cd27a65c31766dd Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 28 Feb 2026 08:57:57 +0100 Subject: misc: cleanup comments and formatting in headers - asset_manager_dcl.h: clarify purpose vs asset_manager.h - camera_params.h: broaden description to include 3D rendering - sdf_cpu.h: simplify calc_normal formatting - platform.h: add missing newline at EOF Co-Authored-By: Claude Sonnet 4.6 --- src/util/asset_manager_dcl.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/util') diff --git a/src/util/asset_manager_dcl.h b/src/util/asset_manager_dcl.h index bf618f0..6eee4f3 100644 --- a/src/util/asset_manager_dcl.h +++ b/src/util/asset_manager_dcl.h @@ -1,6 +1,7 @@ // This file is part of the 64k demo project. -// Forward declarations for asset management system. -// Use this header when you only need AssetId type. +// Lightweight forward declarations for AssetId and ProcGenFunc. +// Include this instead of asset_manager.h when you don't need AssetRecord or +// the asset API (GetAsset, DropAsset, etc.). #pragma once #include -- cgit v1.2.3