Usunięto resztę makr
This commit is contained in:
parent
bfc6c1811d
commit
336e12d8c0
3 changed files with 13 additions and 13 deletions
14
DataStruct.h
14
DataStruct.h
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue