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"
|
|
#include "PackError.hpp"
|
|
|
|
#define BEFORE_EXTRA
|
|
|
|
#undef BEFORE_EXTRA
|
|
|
|
class PackDiscoveryError : public PackError {
|
|
|
|
#define AFTER_EXTRA
|
|
|
|
#undef AFTER_EXTRA
|
|
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_PACKDISCOVERYERROR
|
|
public:
|
|
class PackDiscoveryError& operator=(class PackDiscoveryError const &) = delete;
|
|
PackDiscoveryError(class PackDiscoveryError const &) = delete;
|
|
PackDiscoveryError() = delete;
|
|
#endif
|
|
|
|
public:
|
|
/*0*/ virtual ~PackDiscoveryError();
|
|
/*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_PACKDISCOVERYERROR
|
|
#endif
|
|
|
|
}; |