GBAlatro
A Demake of Balatro for the GBA
Loading...
Searching...
No Matches
version.c
1#ifndef GIT_HASH
2#define GIT_HASH "undef"
3#endif
4
5#ifndef GIT_DIRTY
6#define GIT_DIRTY "-dirty"
7#endif
8
9__attribute__((section(".version"), used)) const char gbalatro_version[] =
10 "GBALATRO-VERSION:" GIT_HASH GIT_DIRTY;