From b0d5c39d8acbd1429990e383ddd67226fc7bc0f9 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Mon, 2 Mar 2026 11:59:47 +0100 Subject: working on source control --- src/source.cc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/source.cc') 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 -- cgit v1.2.3