mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-06 11:37:13 -04:00
9 lines
150 B
C
9 lines
150 B
C
#ifndef _IN_LIB_LIB_48150_H
|
|
#define _IN_LIB_LIB_48150_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
void osInvalICache(void *vaddr, s32 nbytes);
|
|
|
|
#endif
|