22 lines
375 B
C++
22 lines
375 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, bool bNoExit)
|
|
{
|
|
|
|
}
|
|
|
|
void InitUNIX()
|
|
{
|
|
|
|
}
|
|
} |