#include "version.h" #include // 0x4B4580 void versionGetVersion(char* dest) { sprintf(dest, "FALLOUT II %d.%02d", VERSION_MAJOR, VERSION_MINOR); }