diff options
Diffstat (limited to 'NorthstarDLL/crashhandler.h')
-rw-r--r-- | NorthstarDLL/crashhandler.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/NorthstarDLL/crashhandler.h b/NorthstarDLL/crashhandler.h new file mode 100644 index 00000000..e0dc6906 --- /dev/null +++ b/NorthstarDLL/crashhandler.h @@ -0,0 +1,4 @@ +#pragma once + +void InitialiseCrashHandler(); +void RemoveCrashHandler(); |