diff options
author | red031000 <rubenru09@aol.com> | 2020-09-19 15:10:27 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-09-19 15:10:27 +0100 |
commit | feaf56f2b7d8cadcf218dfba2b6661863287b1d1 (patch) | |
tree | 95064c2bd19f850114102bfd0ba6fe0e8e0643d1 /include/libstdc++/CPlusLib.h | |
parent | c4b1aa3f30028918ac4e324c462304edb821c5bf (diff) |
decompile ptmf.o
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 |