aboutsummaryrefslogtreecommitdiff
path: root/src/main.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.hh')
-rw-r--r--src/main.hh16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main.hh b/src/main.hh
new file mode 100644
index 0000000..119bcf6
--- /dev/null
+++ b/src/main.hh
@@ -0,0 +1,16 @@
+#ifndef MAIN_HH_
+#define MAIN_HH_
+
+#include <algorithm>
+#include <filesystem>
+#include <fstream>
+#include <iostream>
+#include <memory>
+#include <ranges>
+#include <string>
+#include <vector>
+
+#include "memory/maps.hh"
+#include "memory/memory.hh"
+
+#endif