LiteLoaderBDS-1.16.40/LiteLoader/Header/MC/BytesDataInput.hpp
2022-09-21 19:47:03 +08:00

34 lines
788 B
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class BytesDataInput {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_BYTESDATAINPUT
public:
class BytesDataInput& operator=(class BytesDataInput const &) = delete;
BytesDataInput(class BytesDataInput const &) = delete;
BytesDataInput() = delete;
#endif
public:
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_BYTESDATAINPUT
MCVAPI char readByte();
MCVAPI double readDouble();
MCVAPI float readFloat();
MCVAPI int readInt();
MCVAPI __int64 readLongLong();
MCVAPI std::string readLongString();
MCVAPI short readShort();
MCVAPI std::string readString();
#endif
};