2021-06-27 21:25:29 +00:00
|
|
|
/***
|
|
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
|
|
|
|
File: ExceptionWatcher.Linux.cpp
|
|
|
|
Date: 2021-6-12
|
|
|
|
Author: Reece
|
|
|
|
***/
|
2022-04-06 01:24:38 +00:00
|
|
|
#include <Source/RuntimeInternal.hpp>
|
|
|
|
#include "ExceptionWatcher.Unix.hpp"
|
|
|
|
|
|
|
|
namespace Aurora::Debug
|
|
|
|
{
|
|
|
|
void PlatformHandleFatal(bool fatal)
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|