renomena tipus _t/_e a CamelCase (Circle, Color, Section, ...)

This commit is contained in:
2026-05-14 22:16:36 +02:00
parent 9a2da460cc
commit 0bc55f5732
37 changed files with 209 additions and 209 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Asset::Asset(const std::string &executablePath)
}
// Añade un elemento a la lista
void Asset::add(const std::string &file, enum assetType type, bool required, bool absolute) {
void Asset::add(const std::string &file, enum AssetType type, bool required, bool absolute) {
item_t temp;
temp.file = absolute ? file : executablePath + file;
temp.type = type;