Move DFHack version to a separate (static) library
This allows the DFHack version to be changed without recompiling everythingdevelop
parent
18ba5227f4
commit
0f77a1a578
@ -0,0 +1,2 @@
|
||||
#include "DFHackVersion.h"
|
||||
const char *get_dfhack_version() { return DFHACK_VERSION; }
|
@ -0,0 +1 @@
|
||||
const char *get_dfhack_version();
|
Loading…
Reference in New Issue