mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-09 14:06:54 +00:00
7 lines
110 B
C
7 lines
110 B
C
#ifndef ULTRA64_INTERRUPT_H
|
|
#define ULTRA64_INTERRUPT_H
|
|
|
|
typedef u32 OSIntMask;
|
|
typedef u32 OSHWIntr;
|
|
|
|
#endif
|