mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
982e7be1f7
* Preliminary fixes * Missed a NULL
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
|