28606a9fe1
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6 lines
155 B
C++
6 lines
155 B
C++
#pragma once
|
|
|
|
namespace Texts {
|
|
constexpr const char* VERSION = "2.3.4"; // Versión del juego (también usada por el Makefile)
|
|
} // namespace Texts
|