src/crashcatcher.h

changeset 513
29eb671b34f6
child 567
82101a296f9e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/crashcatcher.h	Fri Oct 18 21:52:09 2013 +0300
@@ -0,0 +1,11 @@
+#ifndef LDFORGE_CRASHCATCHER_H
+#define LDFORGE_CRASHCATCHER_H
+
+#ifdef __unix__
+
+void initCrashCatcher();
+
+#else // ifdef __unix__
+#define initCrashCatcher()
+#endif // ifdef __unix__
+#endif // ifndef LDFORGE_CRASHCATCHER_H
\ No newline at end of file

mercurial