mirror of
https://github.com/zeldaret/oot
synced 2026-06-08 12:27:06 -04:00
982e7be1f7
* Preliminary fixes * Missed a NULL
8 lines
110 B
C
8 lines
110 B
C
#ifndef ULTRA64_INTERRUPT_H
|
|
#define ULTRA64_INTERRUPT_H
|
|
|
|
typedef u32 OSIntMask;
|
|
typedef u32 OSHWIntr;
|
|
|
|
#endif
|