aboutsummaryrefslogtreecommitdiffstats
path: root/All.h
diff options
context:
space:
mode:
Diffstat (limited to 'All.h')
-rw-r--r--All.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/All.h b/All.h
new file mode 100644
index 00000000..ec6989e6
--- /dev/null
+++ b/All.h
@@ -0,0 +1,7 @@
+#pragma once
+
+#include "Assembly.h"
+#include "CodeFragment.h"
+#include "Compiler.h"
+#include "CompilerState.h"
+#include "Parser.h"