AuroraRuntime/Source/Debug/ExceptionWatcher.Unix.cpp

17 lines
319 B
C++

/***
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
File: ExceptionWatcher.Linux.cpp
Date: 2021-6-12
Author: Reece
***/
#include <Source/RuntimeInternal.hpp>
#include "ExceptionWatcher.Unix.hpp"
namespace Aurora::Debug
{
void PlatformHandleFatal(bool fatal)
{
}
}