Files
pollo/source/project.h
Sergio 6788fa8b21
Some checks failed
Release / build-linux (push) Failing after 3s
Release / build-windows (push) Failing after 3s
Release / create-release (push) Has been skipped
prova: 1.000.000
2025-11-24 16:15:48 +01:00

10 lines
292 B
C++

#pragma once
namespace Project {
constexpr const char* NAME = "pollo";
constexpr const char* LONG_NAME = "Los pollos hermanos";
constexpr const char* VERSION = "0.1";
constexpr const char* COPYRIGHT = "@2025 JailDesigner";
constexpr const char* GIT_HASH = "dd09471";
} // namespace Project