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