mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
traps
This commit is contained in:
parent
651922bd26
commit
04e48765b2
@ -17,6 +17,13 @@
|
||||
#ifndef __macos_traps__
|
||||
#define __macos_traps__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
const char *TrapName(uint16_t trap);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
namespace MacOS {
|
||||
|
Loading…
Reference in New Issue
Block a user