aboutsummaryrefslogtreecommitdiff
path: root/src/Version/Version.h
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-09-16 16:32:06 -0400
committerfrosty <gabriel@bwaaa.monster>2026-09-16 16:32:06 -0400
commit4c8d764d171ec77ff626cec273c44ec7e7a995fc (patch)
treedc36193e611ece53c8f7e74d1dea71f8d9e7004e /src/Version/Version.h
downloadyapssg-4c8d764d171ec77ff626cec273c44ec7e7a995fc.tar.gz
init: initHEADmaster
Diffstat (limited to 'src/Version/Version.h')
-rw-r--r--src/Version/Version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Version/Version.h b/src/Version/Version.h
new file mode 100644
index 0000000..f17b243
--- /dev/null
+++ b/src/Version/Version.h
@@ -0,0 +1,6 @@
+#ifndef YAPSSG_VERSION_H
+#define YAPSSG_VERSION_H
+
+extern const char yapssg_version[];
+
+#endif