mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
23 lines
874 B
C++
23 lines
874 B
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
namespace DebugUtils {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
MCAPI bool DEFAULT_ASSERT_HANDLER(char const *, char const *, char const *, bool, int, char const *, char const *, bool);
|
|
MCAPI extern class std::mutex debugUtilMutex;
|
|
MCAPI extern class std::function<void (std::string &)> gFireAssertTelemetry;
|
|
MCAPI extern class std::function<void (std::string const &, std::string const &, std::string const &)> gFireCrashedTelemetry;
|
|
MCAPI extern std::string gPublishAssertFullMessage;
|
|
MCAPI extern bool gShouldPresentDialog;
|
|
MCAPI extern class ServiceOverrider<bool ( *)(char const *, char const *, char const *, bool, int, char const *, char const *, bool)> gp_assert_handler;
|
|
|
|
}; |