diff --git a/debug/crash_win32.cpp b/debug/crash_win32.cpp index dc052abb..92540852 100644 --- a/debug/crash_win32.cpp +++ b/debug/crash_win32.cpp @@ -6,3 +6,11 @@ * Copyright 2019, Danny Robson */ +#include "crash.hpp" + +/////////////////////////////////////////////////////////////////////////////// +void +cruft::debug::init_crash_handler (void) +{ + +}