6 lines
160 B
C++
6 lines
160 B
C++
#pragma once
|
|
|
|
namespace Texts {
|
|
constexpr const char* VERSION = "2026-04-14"; // Versión del juego (también usada por el Makefile)
|
|
} // namespace Texts
|