Fixes for compilation

This commit is contained in:
Wojciech Figat
2022-12-14 14:04:14 +01:00
parent 188428a7a9
commit c38eda5799
5 changed files with 10 additions and 4 deletions

View File

@@ -34,6 +34,11 @@ TimeSpan Content::AssetsUnloadInterval = TimeSpan::FromSeconds(10);
Delegate<Asset*> Content::AssetDisposing;
Delegate<Asset*> Content::AssetReloading;
String AssetInfo::ToString() const
{
return String::Format(TEXT("ID: {0}, TypeName: {1}, Path: \'{2}\'"), ID, TypeName, Path);
}
namespace
{
// Assets