Limpieza y orden de código

This commit is contained in:
2022-10-19 10:17:09 +02:00
parent 8160ddc14a
commit 7288792940
27 changed files with 168 additions and 190 deletions

View File

@@ -7,11 +7,6 @@ Asset::Asset(std::string path)
longestName = 0;
}
// Destructor
Asset::~Asset()
{
}
// Añade un elemento a la lista
void Asset::add(std::string file, enum assetType type, bool required)
{