diff options
Diffstat (limited to 'graphics/AssetManager.hpp')
-rw-r--r-- | graphics/AssetManager.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/AssetManager.hpp b/graphics/AssetManager.hpp index b2ff570..c7ef81a 100644 --- a/graphics/AssetManager.hpp +++ b/graphics/AssetManager.hpp @@ -46,5 +46,7 @@ public: static Asset &GetAsset(std::string AssetName); static void LoadAsset(std::string AssetName); + + static std::string GetAssetNameByBlockId(unsigned short id); }; |