diff options
Diffstat (limited to 'src/util/asset_manager_dcl.h')
| -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> |
