/*** 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 pMessage); bool ShouldPushErrorStackInternal(); }