diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-13 17:29:05 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-13 17:29:05 +1100 |
| commit | 048d28b28dcaba3b0773c129d8dd63084420b01e (patch) | |
| tree | 513fc594ef6026fcfd02bc3abf743e01055fcccd /src/main.hh | |
initial commit
Diffstat (limited to 'src/main.hh')
| -rw-r--r-- | src/main.hh | 16 |
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 |
