mirror of
https://github.com/ScrelliCopter/tmx2gba.git
synced 2025-02-21 03:29:25 +11:00
7 lines
97 B
C
7 lines
97 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define TMX2GBA_VERSION "@PROJECT_VERSION@"
|
|
|
|
#endif//CONFIG_H
|