prime/include/Dolphin/OSCache.h
Luke Street 27d94af97b Add headers, clang-format, decompctx.py & more
Former-commit-id: 53f8d3cba7bd2d675cf6b99544af58bd24f98620
2022-04-09 20:17:13 -04:00

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