mirror of
https://github.com/pret/pokerevo.git
synced 2026-08-26 02:34:13 -05:00
15 lines
186 B
C
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
|