blob: 489ed0b29dc87288d02f6f25d4f00b78d88054d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#ifndef POKEREVO_OSCACHE_H
#define POKEREVO_OSCACHE_H
#ifdef __cplusplus
extern "C" {
#endif
void LCEnable(void);
#ifdef __cplusplus
}
#endif
#endif //POKEREVO_OSCACHE_H
|