mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-08 04:06:58 -04:00
8cc9fc069c
* Create chraicommands.c * Move include to src/include * Use .o files next to each .c file
15 lines
189 B
C
15 lines
189 B
C
#ifndef _ULTRA64_INTERRUPT_H_
|
|
#define _ULTRA64_INTERRUPT_H_
|
|
|
|
/* Types */
|
|
|
|
typedef u32 OSIntMask;
|
|
|
|
|
|
/* Functions */
|
|
|
|
OSIntMask osGetIntMask(void);
|
|
OSIntMask osSetIntMask(OSIntMask);
|
|
|
|
#endif
|