mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
35 lines
867 B
C++
35 lines
867 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 DebugAssertException {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_DEBUGASSERTEXCEPTION
|
|
public:
|
|
class DebugAssertException& operator=(class DebugAssertException const &) = delete;
|
|
DebugAssertException() = delete;
|
|
#endif
|
|
|
|
public:
|
|
/*0*/ virtual ~DebugAssertException();
|
|
/*1*/ virtual char const * what() const;
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_DEBUGASSERTEXCEPTION
|
|
#endif
|
|
MCAPI DebugAssertException(char const *, char const *, char const *, int, char const *, char const *);
|
|
MCAPI DebugAssertException(class DebugAssertException const &);
|
|
MCAPI static bool isEnabled();
|
|
|
|
//private:
|
|
|
|
private:
|
|
MCAPI static char const *const WHAT;
|
|
|
|
}; |