summaryrefslogtreecommitdiffstats
path: root/src/cplusplus.h
diff options
context:
space:
mode:
authorgramanas <anastasis.gramm2@gmail.com>2024-05-19 04:06:41 +0300
committergramanas <anastasis.gramm2@gmail.com>2024-05-19 04:06:41 +0300
commit9ead62940aecb7793b3d82c9c8eb73bc9eb4f60f (patch)
treee6f614b0e2c5e05bed95705778a0d5d5dedbe446 /src/cplusplus.h
downloadcgame-9ead62940aecb7793b3d82c9c8eb73bc9eb4f60f.tar.gz
cgame-9ead62940aecb7793b3d82c9c8eb73bc9eb4f60f.tar.bz2
cgame-9ead62940aecb7793b3d82c9c8eb73bc9eb4f60f.zip
aait
Diffstat (limited to 'src/cplusplus.h')
-rw-r--r--src/cplusplus.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/cplusplus.h b/src/cplusplus.h
new file mode 100644
index 0000000..1e5f962
--- /dev/null
+++ b/src/cplusplus.h
@@ -0,0 +1,14 @@
+#ifndef CPLUSPLUS_H
+#define CPLUSPLUS_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+// cpp funcs
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif // CPLUSPLUS_H