summaryrefslogtreecommitdiff
path: root/src/source.cc
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-03-02 11:59:47 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-03-02 11:59:47 +0100
commitb0d5c39d8acbd1429990e383ddd67226fc7bc0f9 (patch)
tree0f4ad595859fc4c26460da258dca63c80970f7bb /src/source.cc
parenta07e37de3f2b56b577da32b33d3dec45e0cd43b6 (diff)
working on source control
Diffstat (limited to 'src/source.cc')
-rw-r--r--src/source.cc8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/source.cc b/src/source.cc
index df3a90e..9234ea9 100644
--- a/src/source.cc
+++ b/src/source.cc
@@ -1,8 +1,12 @@
#ifndef SOURCE_CC
#define SOURCE_CC
-struct Source {
-
+#include "common.cc"
+#include "memory.cc"
+
+struct Buffer {
+ String content;
+ String file;
};
#endif