Files
balatro-gba-chinese-jocker-…/include/version.h
T
2025-09-23 16:15:50 -07:00

8 lines
142 B
C

#ifndef VERSION_H
#define VERSION_H
__attribute__((used))
const char gba_version[] = "GBA_VERSION:" GIT_HASH GIT_DIRTY;
#endif // VERSION_H