[+] Added AuDebugBreak()
This commit is contained in:
parent
fe529f3dc4
commit
92f24e2a57
@ -56,7 +56,6 @@
|
|||||||
#include "Hashing/Hashing.hpp"
|
#include "Hashing/Hashing.hpp"
|
||||||
#include "HWInfo/HWInfo.hpp"
|
#include "HWInfo/HWInfo.hpp"
|
||||||
#include "IO/IO.hpp"
|
#include "IO/IO.hpp"
|
||||||
#include "Legacy/Legacy.hpp"
|
|
||||||
#include "Locale/Locale.hpp"
|
#include "Locale/Locale.hpp"
|
||||||
#include "Parse/Parse.hpp"
|
#include "Parse/Parse.hpp"
|
||||||
#include "Process/Process.hpp"
|
#include "Process/Process.hpp"
|
||||||
@ -91,6 +90,11 @@ namespace AuTime = Aurora::Time;
|
|||||||
namespace AuTypes = Aurora::Types;
|
namespace AuTypes = Aurora::Types;
|
||||||
namespace AuLog = Aurora::Console::Logging;
|
namespace AuLog = Aurora::Console::Logging;
|
||||||
|
|
||||||
|
static inline void AuDebugBreak()
|
||||||
|
{
|
||||||
|
AuDebug::DebugBreak();
|
||||||
|
}
|
||||||
|
|
||||||
namespace Aurora
|
namespace Aurora
|
||||||
{
|
{
|
||||||
struct LocalLogInfo
|
struct LocalLogInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user