BASE: Include compiler name/version info

This commit is contained in:
Donovan Watteau 2022-04-12 22:47:04 +02:00 committed by Eugene Sandulenko
parent 07a795d600
commit b51e8a8f58
2 changed files with 18 additions and 0 deletions

View file

@ -25,6 +25,7 @@
extern const char gScummVMVersion[]; // e.g. "0.4.1"
extern const char gScummVMBuildDate[]; // e.g. "2003-06-24"
extern const char gScummVMVersionDate[]; // e.g. "0.4.1 (2003-06-24)"
extern const char gScummVMCompiler[]; // e.g. "GCC 11.2.0"
extern const char gScummVMFullVersion[]; // e.g. "ScummVM 0.4.1 (2003-06-24)"
extern const char gScummVMFeatures[]; // e.g. "ALSA MPEG2 zLib"