corregida la ubicació de project.h
All checks were successful
Release / build-linux (push) Successful in 3m15s
Release / build-windows (push) Successful in 4m0s
Release / create-release (push) Successful in 3s

This commit is contained in:
2025-11-24 20:07:32 +01:00
parent 58369fbf22
commit 45ea8636f1
4 changed files with 14 additions and 16 deletions

View File

@@ -1,9 +0,0 @@
#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