Files
pokerevo/include/Runtime/MWCPlusLib.h
2020-10-31 18:10:41 -04:00

15 lines
186 B
C

#ifndef POKEREVO_MWCPLUSLIB_H
#define POKEREVO_MWCPLUSLIB_H
#ifdef __cplusplus
extern "C" {
#endif
void __ptmf_scall(...);
#ifdef __cplusplus
}
#endif
#endif //POKEREVO_MWCPLUSLIB_H