src/crashcatcher.h@39085791128f
src/crashcatcher.h
Wed, 18 Dec 2013 17:44:31 +0200
- author
- Santeri Piippo <crimsondusk64@gmail.com>
- date
- Wed, 18 Dec 2013 17:44:31 +0200
- changeset 560
- 39085791128f
- parent 513
-
29eb671b34f6
- child 567
-
82101a296f9e
- permissions
- -rw-r--r--
- corrected history behavior. LDObject::clone() is now off-limits, createCopy() must be used instead. LDObject::deleteSelf() must be used to delete LDObjects (destructor is protected now)
#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