Usunięto resztę makr

This commit is contained in:
yanczi 2025-12-24 15:00:42 +01:00
parent bfc6c1811d
commit 336e12d8c0
3 changed files with 13 additions and 13 deletions

View file

@ -22,15 +22,15 @@
#include <cstdint>
#include <string>
//Prgoram title
#define PROGRAM_TITLE "eXtendet PAK"
#define PROGRAM_VERSION "v0.5"
#define PROGRAM_AUTHOR "Yanczi"
#define PROGRAM_COMPILING "19 December 2025"
#define PROGRAM_LICENSE "GNU LGPL v3"
namespace ui
{
inline constexpr std::string_view title = "exPak";
inline constexpr std::string_view ver = "0.5";
}
// Pliki
namespace fl {
namespace fl
{
inline constexpr std::string_view sigpak = "XPAK";
inline constexpr std::string_view sigkey = "XKEY";