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