diff options
Diffstat (limited to 'include/libstdc++/CPlusLib.h')
-rw-r--r-- | include/libstdc++/CPlusLib.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/libstdc++/CPlusLib.h b/include/libstdc++/CPlusLib.h new file mode 100644 index 0000000..819c0a9 --- /dev/null +++ b/include/libstdc++/CPlusLib.h @@ -0,0 +1,14 @@ +#ifndef POKEREVO_CPLUSLIB_H +#define POKEREVO_CPLUSLIB_H + +#ifdef __cplusplus +extern "C" { +#endif + +void __ptmf_scall(...); + +#ifdef __cplusplus +} +#endif + +#endif //POKEREVO_CPLUSLIB_H |