mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-10 21:08:16 -05:00
9 lines
173 B
C
9 lines
173 B
C
#ifndef NITRO_OS_EXCEPTION_H_
|
|
#define NITRO_OS_EXCEPTION_H_
|
|
|
|
typedef void (*OSExceptionHandler) (u32, void *);
|
|
|
|
void OS_InitException(void);
|
|
|
|
#endif //NITRO_OS_EXCEPTION_H_
|