diff options
author | Max <mparisi@stevens.edu> | 2020-09-19 11:36:57 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-19 11:36:57 -0400 |
commit | a710bc22d0df7cca6824e1c0136bce33ab341d0e (patch) | |
tree | 103fe9f13f8040dbce4dab5f59f5e1dd4f3603bf /include/libstdc++ | |
parent | 4ca53a5a87f459bceb2ec7c5020d107f115759b7 (diff) | |
parent | b1d7f955b8ec6774bb4513275bd3da49fd70d7cb (diff) |
Merge branch 'master' of https://github.com/doldecomp/pokerevo
Diffstat (limited to 'include/libstdc++')
-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 |