|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <cstddef>#include <memory>#include "ship/core/Component.h"#include <csignal>#include <cstdio>#include <cxxabi.h>#include <dlfcn.h>#include <execinfo.h>#include <unistd.h>#include <SDL.h>#include <windows.h>Go to the source code of this file.
Classes | |
| class | Ship::CrashHandler |
| Installs platform-specific signal / exception handlers to capture crash information. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |
Typedefs | |
| typedef void(* | Ship::CrashHandlerCallback) (char *, size_t *) |
| Callback type invoked by CrashHandler when a crash is detected. | |