canvi de pc

This commit is contained in:
2025-02-21 18:26:32 +01:00
parent 04ff428aa0
commit 29c85fecad
6 changed files with 179 additions and 36 deletions

View File

@@ -56,13 +56,13 @@ private:
~Asset() = default;
public:
// [SINGLETON] Crearemos el objeto screen con esta función estática
// [SINGLETON] Crearemos el objeto con esta función estática
static void init(const std::string &executable_path);
// [SINGLETON] Destruiremos el objeto screen con esta función estática
// [SINGLETON] Destruiremos el objeto con esta función estática
static void destroy();
// [SINGLETON] Con este método obtenemos el objeto screen y podemos trabajar con él
// [SINGLETON] Con este método obtenemos el objeto y podemos trabajar con él
static Asset *get();
// Añade un elemento a la lista