src/crashcatcher.h

Thu, 12 Dec 2013 19:44:09 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Thu, 12 Dec 2013 19:44:09 +0200
changeset 553
2418d5955421
parent 513
29eb671b34f6
child 567
82101a296f9e
permissions
-rw-r--r--

- LDFile renamed to LDDocument, file.h -> document.h
- Added the INSTALL document

#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