mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
30 lines
1.1 KiB
C++
30 lines
1.1 KiB
C++
// This Header is auto generated by BDSLiteLoader Toolchain
|
|
#pragma once
|
|
#define AUTO_GENERATED
|
|
#include "../Global.h"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class PackSettingsError {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_PACKSETTINGSERROR
|
|
public:
|
|
class PackSettingsError& operator=(class PackSettingsError const &) = delete;
|
|
PackSettingsError(class PackSettingsError const &) = delete;
|
|
PackSettingsError() = delete;
|
|
#endif
|
|
|
|
public:
|
|
/*0*/ virtual ~PackSettingsError();
|
|
/*1*/ virtual std::string getLocErrorMessage() const;
|
|
/*2*/ virtual class std::unordered_map<int, std::string, struct std::hash<int>, struct std::equal_to<int>, class std::allocator<struct std::pair<int const, std::string>>> const & getLocErrorMessageMap() const;
|
|
/*3*/ virtual class std::unordered_map<int, std::string, struct std::hash<int>, struct std::equal_to<int>, class std::allocator<struct std::pair<int const, std::string>>> const & getEventErrorMessageMap() const;
|
|
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_PACKSETTINGSERROR
|
|
#endif
|
|
|
|
}; |