remove: Unused code.
This commit is contained in:
15
common/version.h
Normal file
15
common/version.h
Normal 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
|
Reference in New Issue
Block a user