afegida versió controlada, no automatica

This commit is contained in:
2026-04-14 17:38:27 +02:00
parent 3e795998d1
commit d493ebf4f0
3 changed files with 11 additions and 5 deletions

5
source/utils/defines.hpp Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
namespace Texts {
constexpr const char* VERSION = "2026-04-14"; // Versión del juego (también usada por el Makefile)
} // namespace Texts