mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-05-31 17:31:20 -04:00
10 lines
147 B
C
10 lines
147 B
C
#ifndef _IN_LIB_LIB_4ACC0_H
|
|
#define _IN_LIB_LIB_4ACC0_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 __osSetSR(void);
|
|
u32 __osGetSR(void);
|
|
|
|
#endif
|