7408981e13
more flexible, allows for backwards compat with older OpenSB versions & not just vanilla Starbound
7 lines
102 B
C++
7 lines
102 B
C++
#include "StarNetCompatibility.hpp"
|
|
|
|
namespace Star {
|
|
|
|
VersionNumber const OpenProtocolVersion = 2;
|
|
|
|
} |