fix(debug): add empty class Blizzard::Debug::ErrorStackRecord

This commit is contained in:
phaneron 2023-08-14 17:11:05 -04:00
parent 6bc45c9d02
commit 6578346282

View file

@ -25,6 +25,12 @@
namespace Blizzard { namespace Blizzard {
namespace Debug { namespace Debug {
// Types
class ErrorStackRecord {
public:
};
// Functions // Functions
void Assert(const char* a1, const char* a2, uint32_t a3); void Assert(const char* a1, const char* a2, uint32_t a3);
void SetAssertHandler(Blizzard::System_Debug::AssertCallback callback); void SetAssertHandler(Blizzard::System_Debug::AssertCallback callback);