mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 10:02:30 +00:00
fix(debug): add empty class Blizzard::Debug::ErrorStackRecord
This commit is contained in:
parent
6bc45c9d02
commit
6578346282
1 changed files with 6 additions and 0 deletions
|
|
@ -25,6 +25,12 @@
|
|||
namespace Blizzard {
|
||||
namespace Debug {
|
||||
|
||||
// Types
|
||||
|
||||
class ErrorStackRecord {
|
||||
public:
|
||||
};
|
||||
|
||||
// Functions
|
||||
void Assert(const char* a1, const char* a2, uint32_t a3);
|
||||
void SetAssertHandler(Blizzard::System_Debug::AssertCallback callback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue