diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-19 11:10:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 11:10:43 -0400 |
commit | b1d7f955b8ec6774bb4513275bd3da49fd70d7cb (patch) | |
tree | f9ab0486453c02f364e8ccb72a1fd5f7fa634dc6 /include/libstdc++/CPlusLib.h | |
parent | ceb0e333275a9c402760b208915b9c95bc6d20fa (diff) | |
parent | 8a01e14089b25a56b14a2cdb85e91893a2478fb6 (diff) |
Merge pull request #53 from red031000/master
split NMWException and split/decompile ptmf
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 |