src/crashcatcher.h@0efe5dbcef07
src/crashcatcher.h
Sat, 07 Dec 2013 01:08:52 +0200
- author
- Santeri Piippo <crimsondusk64@gmail.com>
- date
- Sat, 07 Dec 2013 01:08:52 +0200
- changeset 551
- 0efe5dbcef07
- parent 513
-
29eb671b34f6
- child 567
-
82101a296f9e
- permissions
- -rw-r--r--
renamed LDCndLine to LDCondLine
#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