mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
34 lines
788 B
C++
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
|
|
|
|
}; |