renomena tipus niats a CamelCase (Bouncing, Stage, Item, Selector, ...)

This commit is contained in:
2026-05-14 22:20:37 +02:00
parent 0bc55f5732
commit 48af959814
9 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -31,7 +31,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) {
item_t temp;
Item temp;
temp.file = absolute ? file : executablePath + file;
temp.type = type;
temp.required = required;