1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-28 19:45:32 +00:00
openmw-tes3mp/components/openmw-mp/Version.hpp
2017-07-28 23:22:58 +03:00

14 lines
276 B
C++

//
// Created by koncord on 27.08.16.
//
#ifndef OPENMW_VERSION_HPP
#define OPENMW_VERSION_HPP
#define TES3MP_VERSION "0.6.0"
#define TES3MP_PROTO_VERSION 7
#define TES3MP_DEFAULT_PASSW "SuperPassword"
#define TES3MP_MASTERSERVER_PASSW "12345"
#endif //OPENMW_VERSION_HPP