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

@ -80,16 +80,16 @@ static bool EmptyPath(std::string path)
}
int main(int argc, char* argv[]) {
std::string path = "";
std::cout << PROGRAM_VERSION << " Release " << PROGRAM_COMPILING << std::endl;
std::cout << "Author: " << PROGRAM_AUTHOR << std::endl;
std::cout << "License: " << PROGRAM_LICENSE << "\n" << std::endl;
std::cout << ui::title << std::endl << "ver. " << ui::ver << std::endl;
std::cout << "Author: Yanczi" << std::endl;
std::cout << "License: GNU LGPL v3" << "\n" << std::endl;
CreateCargo cargo;
ExtractCargo extract;
ViewCargo viewCargo;
std::string path = "";
for (int i = 0; i < argc; ++i)
{
std::string arg = argv[i];