src/crashcatcher.h@b85554206155
src/crashcatcher.h
Sat, 19 Oct 2013 02:33:08 +0300
- author
- Santeri Piippo <crimsondusk64@gmail.com>
- date
- Sat, 19 Oct 2013 02:33:08 +0300
- changeset 521
- b85554206155
- parent 513
-
29eb671b34f6
- child 567
-
82101a296f9e
- permissions
- -rw-r--r--
changeProperty(): don't change the property if the value would not change, this should save some procecssing..
#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