This commit is contained in:
Kelvin Sherlock 2013-07-01 22:40:55 -04:00
parent 651922bd26
commit 04e48765b2
1 changed files with 7 additions and 0 deletions

View File

@ -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 {