This commit is contained in:
Lesserkuma
2023-07-31 14:10:20 +02:00
parent 34b1b4b8dc
commit a33f0ed9db
6 changed files with 87 additions and 41 deletions

15
source/version.h Normal file
View File

@@ -0,0 +1,15 @@
/*
GBA Multi Game Menu
Author: Lesserkuma (github.com/lesserkuma)
*/
#ifndef VERSION_H_
#define VERSION_H_
#ifdef __TIMESTAMP_ISO__
#define BUILDTIME __TIMESTAMP_ISO__
#else
#define BUILDTIME __TIMESTAMP__
#endif
#endif