--- /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