mark BitmapManager as deprecated, transitioning to fixed arrays or vectors over hash map

This commit is contained in:
scawful
2024-08-06 19:19:28 -04:00
parent 543bc3d204
commit 7e5b3858f4
2 changed files with 10 additions and 6 deletions

View File

@@ -234,6 +234,7 @@ using BitmapTable = std::unordered_map<int, gfx::Bitmap>;
/**
* @brief Hash map container of shared pointers to Bitmaps.
* \deprecated Moved to fixed array or vector for storing groups of bitmaps.
*/
class BitmapManager {
private: