forked from mirror/openmw-tes3mp
created config.hpp file for appps/openmw
parent
f07f363a21
commit
27cba6c624
@ -1,4 +1,5 @@
|
|||||||
build
|
build
|
||||||
*~
|
*~
|
||||||
Doxygen
|
Doxygen
|
||||||
prebuilt
|
prebuilt
|
||||||
|
apps/openmw/config.hpp
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
#ifndef CONFIG_H
|
||||||
|
#define CONFIG_H
|
||||||
|
|
||||||
|
#define OPENMW_VERSION_MAJOR @OPENMW_VERSION_MAJOR@
|
||||||
|
#define OPENMW_VERSION_MINOR @OPENMW_VERSION_MINOR@
|
||||||
|
#define OPENMW_VERSION_PATCH @OPENMW_VERSION_PATCH@
|
||||||
|
#define OPENMW_VERSION @OPENMW_VERSION@
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue