src/crashcatcher.h@d78fea0f664c
src/crashcatcher.h
Fri, 18 Oct 2013 22:07:26 +0300
- author
- Santeri Piippo <crimsondusk64@gmail.com>
- date
- Fri, 18 Oct 2013 22:07:26 +0300
- changeset 514
- d78fea0f664c
- parent 513
-
29eb671b34f6
- child 567
-
82101a296f9e
- permissions
- -rw-r--r--
made messagelog handle messages with newlines
#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