src/crashcatcher.h

Wed, 18 Dec 2013 17:03:35 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Wed, 18 Dec 2013 17:03:35 +0200
changeset 559
5a31f6c14451
parent 513
29eb671b34f6
child 567
82101a296f9e
permissions
-rw-r--r--

- fixed: cones with 3 digit numbers wouldn't go to the "Cones (48)" category properly

#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

mercurial