src/crashcatcher.h@72ad83a67165
src/crashcatcher.h
Thu, 05 Dec 2013 23:20:50 +0200
- author
- Santeri Piippo <crimsondusk64@gmail.com>
- date
- Thu, 05 Dec 2013 23:20:50 +0200
- changeset 539
- 72ad83a67165
- parent 513
-
29eb671b34f6
- child 567
-
82101a296f9e
- permissions
- -rw-r--r--
- upgraded the PROPERTY macro, resulting in a major code refactor
#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