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

49 lines
991 B
C++

/**
* @file MCRESULT.hpp
* @note This Header is auto generated by LiteLoaderBDS Toolchain.
*
*/
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#define BEFORE_EXTRA
// Include Headers or Declare Types Here
#undef BEFORE_EXTRA
/**
* @brief MC structure MCRESULT.
*
*/
struct MCRESULT {
#define AFTER_EXTRA
// Add Member There
#define DISABLE_CONSTRUCTOR_PREVENTION_MCRESULT
unsigned char filler[4];
operator bool() {
return filler[0];
}
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_MCRESULT
public:
struct MCRESULT& operator=(struct MCRESULT const &) = delete;
MCRESULT(struct MCRESULT const &) = delete;
MCRESULT() = delete;
#endif
// public:
// /**
// * @symbol ?getFullCode@MCRESULT@@QEBAHXZ
// * @hash 1620716886
// */
// MCAPI int getFullCode() const;
// /**
// * @symbol ?isSuccess@MCRESULT@@QEBA_NXZ
// * @hash 1264322972
// */
// MCAPI bool isSuccess() const;
};