mirror of
https://github.com/lesserkuma/GBA_MultiMenu.git
synced 2026-03-22 01:34:08 -05:00
16 lines
225 B
C
16 lines
225 B
C
/*
|
|
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
|