// This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED #include "../Global.h" #include "Json.hpp" #define BEFORE_EXTRA #undef BEFORE_EXTRA namespace JsonUtil { #define AFTER_EXTRA #undef AFTER_EXTRA MCAPI void LogMissingChildSchemaOption(enum LogArea, class Json::Value const &, std::string const &, std::string const &, std::string const &); MCAPI void LogUnknownChildSchemaOption(std::string const &, enum LogArea, class Json::Value const &); MCAPI class Json::Value & getMemberByCaseInsensitiveName(class Json::Value &, class gsl::basic_string_span const &); MCAPI class Json::Value const & getMemberByCaseInsensitiveNameConst(class Json::Value const &, class gsl::basic_string_span const &); MCAPI class std::map, struct std::less, class std::allocator>>>, struct std::less, class std::allocator, struct std::less, class std::allocator>>>>>> & getSchemaMap(); MCAPI class std::mutex & getSchemaMapLock(); MCAPI bool parseItem(std::string &, std::string &, int &, std::string const &); MCAPI bool parseRange(class Json::Value const &, int &, int &); MCAPI bool parseVec3(class Vec3 &, class Json::Value const &); MCAPI void printJsonSchema_childNode(std::string &, std::string const &, class HashedString const &, std::string const &, bool, unsigned __int64, unsigned __int64, std::string const &, std::string const &); MCAPI void setDefaultPrettyName(std::string &, class HashedString const &); };