src/crashcatcher.h@a0ad72800b96
src/crashcatcher.h
Fri, 18 Oct 2013 22:30:08 +0300
- author
- Santeri Piippo <crimsondusk64@gmail.com>
- date
- Fri, 18 Oct 2013 22:30:08 +0300
- changeset 515
- a0ad72800b96
- parent 513
-
29eb671b34f6
- child 567
-
82101a296f9e
- permissions
- -rw-r--r--
now displays build type in the window title (unless a release build of a release), fixed some macro shenanigans
#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