src/crashcatcher.h

Tue, 22 Oct 2013 13:40:16 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Tue, 22 Oct 2013 13:40:16 +0300
changeset 522
afa691788bdb
parent 513
29eb671b34f6
child 567
82101a296f9e
permissions
-rw-r--r--

- migrated selection from ForgeWindow to individual LDFiles. Should've done this long ago.
- added an operator== for matrix to make stuff actually compile

#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