2016-08-27 07:36:22 +00:00
|
|
|
//
|
|
|
|
// Created by koncord on 27.08.16.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef OPENMW_VERSION_HPP
|
|
|
|
#define OPENMW_VERSION_HPP
|
|
|
|
|
2018-01-27 21:36:25 +00:00
|
|
|
#define TES3MP_VERSION "0.6.3"
|
2017-04-23 14:31:08 +00:00
|
|
|
#define TES3MP_PROTO_VERSION 7
|
2016-08-27 07:36:22 +00:00
|
|
|
|
2017-02-20 13:15:04 +00:00
|
|
|
#define TES3MP_DEFAULT_PASSW "SuperPassword"
|
2017-05-25 17:34:39 +00:00
|
|
|
#define TES3MP_MASTERSERVER_PASSW "12345"
|
2017-02-20 13:15:04 +00:00
|
|
|
|
2016-08-27 07:36:22 +00:00
|
|
|
#endif //OPENMW_VERSION_HPP
|