mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-15 15:19:55 +00:00
f85f1e1b17
Change repo name from openmw-tes3mp to TES3MP.
11 lines
235 B
C++
11 lines
235 B
C++
#ifndef OPENMW_VERSION_HPP
|
|
#define OPENMW_VERSION_HPP
|
|
|
|
#define TES3MP_VERSION "0.8.0"
|
|
#define TES3MP_PROTO_VERSION 9
|
|
|
|
#define TES3MP_DEFAULT_PASSW "SuperPassword"
|
|
#define TES3MP_MASTERSERVER_PASSW "12345"
|
|
|
|
|
|
#endif //OPENMW_VERSION_HPP
|