Reece Wilson
89d341b4fc
[+] Begin stubbing out memory crunch apis [*] Fixed MT consoletty missed flushes
14 lines
298 B
C++
14 lines
298 B
C++
/***
|
|
Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
File: ErrorStack.hpp
|
|
Date: 2022-11-29
|
|
Author: Reece
|
|
***/
|
|
#pragma once
|
|
|
|
namespace Aurora::Debug
|
|
{
|
|
void PushErrorStackInternal(AuSPtr<ThreadMessage> pMessage);
|
|
bool ShouldPushErrorStackInternal();
|
|
} |