LiteLoaderBDS-1.16.40/LiteLoader/include/llapi/ServerAPI.h
2023-03-02 23:45:20 -08:00

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