summaryrefslogtreecommitdiff
path: root/include/libstdc++
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-09-19 11:36:57 -0400
committerMax <mparisi@stevens.edu>2020-09-19 11:36:57 -0400
commita710bc22d0df7cca6824e1c0136bce33ab341d0e (patch)
tree103fe9f13f8040dbce4dab5f59f5e1dd4f3603bf /include/libstdc++
parent4ca53a5a87f459bceb2ec7c5020d107f115759b7 (diff)
parentb1d7f955b8ec6774bb4513275bd3da49fd70d7cb (diff)
Merge branch 'master' of https://github.com/doldecomp/pokerevo
Diffstat (limited to 'include/libstdc++')
-rw-r--r--include/libstdc++/CPlusLib.h14
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