diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-28 08:57:57 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-28 08:57:57 +0100 |
| commit | d26866fb6cf7bd22c90000055cd27a65c31766dd (patch) | |
| tree | a5b7b3ec6d9fe2af703581e2e5c1f3d8b9f50757 /src/util | |
| parent | e07f87cba89ef738781399b079840615f27e1667 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'src/util')
| -rw-r--r-- | src/util/asset_manager_dcl.h | 5 |
1 files changed, 3 insertions, 2 deletions
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 <cstddef> |
