Phasor  01.00.10.059
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CrashHandler.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace CrashHandler
4 {
5  // This installs the exception catches (globally and through hooking Halo's).
6  void InstallCatchers();
7 }