mirror of https://github.com/PrimeDecomp/prime.git
17 lines
165 B
C
17 lines
165 B
C
|
#ifndef _DOLPHIN_OSCACHE
|
||
|
#define _DOLPHIN_OSCACHE
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void LCEnable();
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|