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