mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
12 lines
284 B
C++
12 lines
284 B
C++
#ifndef OPENMW_VERSION_HPP
|
|
#define OPENMW_VERSION_HPP
|
|
|
|
#define TES3MP_VERSION "0.7.0-alpha"
|
|
#define TES3MP_PROTO_VERSION 7
|
|
|
|
#define TES3MP_DEFAULT_PASSW "SuperPassword"
|
|
#define TES3MP_MASTERSERVER_PASSW "12345"
|
|
|
|
#define TES3MP_CREDITS_CHECKSUM "BC39D2E9"
|
|
|
|
#endif //OPENMW_VERSION_HPP
|