src/crashcatcher.h

changeset 513
29eb671b34f6
child 567
82101a296f9e
equal deleted inserted replaced
512:adab82ab13a5 513:29eb671b34f6
1 #ifndef LDFORGE_CRASHCATCHER_H
2 #define LDFORGE_CRASHCATCHER_H
3
4 #ifdef __unix__
5
6 void initCrashCatcher();
7
8 #else // ifdef __unix__
9 #define initCrashCatcher()
10 #endif // ifdef __unix__
11 #endif // ifndef LDFORGE_CRASHCATCHER_H

mercurial