remove: Unused code.

This commit is contained in:
2025-06-07 13:51:00 +01:00
parent c9bd9a76b1
commit 4bc4a79a4b
32 changed files with 75 additions and 589 deletions

15
common/version.h Normal file
View File

@ -0,0 +1,15 @@
#ifndef __INC_METIN_II_VERSION_H__
#define __INC_METIN_II_VERSION_H__
#include <ostream>
#define __REVISION__ "c9bd9a7"
#define __COMMIT_DATE__ "2025-06-06 20:26:23 +0100"
#define __COMMIT_TAG__ "0.4.1"
#define __OS_NAME__ "Linux-5.15.167.4-microsoft-standard-WSL2"
#define __COMPILER__ "GNU 9.5.0"
#define __CPU_TARGET__ "x86_64"
void WriteVersion();
#endif