summaryrefslogtreecommitdiff
path: root/src/source.cc
diff options
context:
space:
mode:
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