mirror of
https://github.com/lesserkuma/GBA_MultiMenu.git
synced 2026-08-23 09:04:28 -05:00
0.3
This commit is contained in:
15
source/version.h
Normal file
15
source/version.h
Normal 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
|
||||
Reference in New Issue
Block a user