summaryrefslogtreecommitdiff
path: root/src/source.cc
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-01 22:03:55 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-01 22:03:55 +0100
commitffa09db5138dea853c910a0307fe5063511abb9f (patch)
treef3bfc548c126fb8280fc44262d265d44eb0fb3c4 /src/source.cc
parentc638003e8aa684bae60e8b3736c6d9db8571e727 (diff)
fixing type errors working on strings
Diffstat (limited to 'src/source.cc')
-rw-r--r--src/source.cc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/source.cc b/src/source.cc
new file mode 100644
index 0000000..df3a90e
--- /dev/null
+++ b/src/source.cc
@@ -0,0 +1,8 @@
+#ifndef SOURCE_CC
+#define SOURCE_CC
+
+struct Source {
+
+};
+
+#endif