blob: 10d4153a26ee92a1a3260d7ef65f84a4a6eed6ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#ifndef POKEREVO_OS_H
#define POKEREVO_OS_H
#ifdef __cplusplus
extern "C" {
#endif
#include "SDK/OS/OSAlloc.h"
#include "SDK/OS/OSCache.h"
#ifdef __cplusplus
}
#endif
#endif //POKEREVO_OS_H
|