about summary refs log tree commit diff
path: root/src/guile_api.h
diff options
context:
space:
mode:
authorPjotr Prins2025-11-22 10:35:33 +0100
committerPjotr Prins2025-11-22 10:35:33 +0100
commitd9f1a4a8e648725bff2b03a59651e56644eb8c4b (patch)
treeb4fe8ef2d20367e78c84043621c452f45ae9a942 /src/guile_api.h
parent7f1be7fc3cf51cc7c3b37b88b808c44f2fbf1add (diff)
downloadpangemma-d9f1a4a8e648725bff2b03a59651e56644eb8c4b.tar.gz
Introduce libguile and drop version generator
Diffstat (limited to 'src/guile_api.h')
-rw-r--r--src/guile_api.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/guile_api.h b/src/guile_api.h
new file mode 100644
index 0000000..1244b11
--- /dev/null
+++ b/src/guile_api.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <string>
+#include <libguile.h>
+
+using namespace std;
+
+void global_start_guile();
+string global_guile_version();