mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
10 lines
209 B
C++
10 lines
209 B
C++
#pragma once
|
|
#include <string>
|
|
#include <Global.h>
|
|
|
|
namespace LL {
|
|
LIAPI std::string getBdsVersion();
|
|
LIAPI int getServerProtocolVersion();
|
|
LIAPI bool setServerMotd(const std::string& motd);
|
|
} // namespace LL
|