dfhack/library/DFHackVersion.cpp

3 lines
87 B
C++

#include "DFHackVersion.h"
const char *get_dfhack_version() { return DFHACK_VERSION; }