You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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
|