From 4e1f50035e860a00636ca5d804c267119df99601 Mon Sep 17 00:00:00 2001 From: Kahrl Date: Sun, 11 Aug 2013 04:09:45 +0200 Subject: Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu --- src/exceptions.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/exceptions.h') diff --git a/src/exceptions.h b/src/exceptions.h index 458fb50b1..085b42417 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -140,6 +140,15 @@ public: {} }; +// Only used on Windows (SEH) +class FatalSystemException : public BaseException +{ +public: + FatalSystemException(const char *s): + BaseException(s) + {} +}; + /* Some "old-style" interrupts: */ -- cgit v1.2.3