arreglos en make i cmake per estandaritzar amb la resta de projectes

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-17 12:59:51 +02:00
parent 294e665b11
commit 28606a9fe1
4 changed files with 174 additions and 84 deletions

5
source/defines.hpp Normal file
View File

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