mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-06 12:03:39 +00:00
20 lines
414 B
C++
20 lines
414 B
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
namespace Common {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
MCAPI std::string getGameSemVerString();
|
|
MCAPI std::string getGameVersionString();
|
|
MCAPI std::string getGameVersionStringNet();
|
|
MCAPI std::string getServerVersionString();
|
|
|
|
}; |