openmw-tes3coop/components/openmw-mp/Version.hpp

13 lines
284 B
C++
Raw Normal View History

#ifndef OPENMW_VERSION_HPP
#define OPENMW_VERSION_HPP
#define TES3MP_VERSION "0.7.0-alpha"
2017-04-23 14:31:08 +00:00
#define TES3MP_PROTO_VERSION 7
#define TES3MP_DEFAULT_PASSW "SuperPassword"
#define TES3MP_MASTERSERVER_PASSW "12345"
#define TES3MP_CREDITS_CHECKSUM "02003664"
#endif //OPENMW_VERSION_HPP