summaryrefslogtreecommitdiffhomepage
path: root/DefinitionEx/include/starshatter/definition.h
diff options
context:
space:
mode:
Diffstat (limited to 'DefinitionEx/include/starshatter/definition.h')
-rw-r--r--DefinitionEx/include/starshatter/definition.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/DefinitionEx/include/starshatter/definition.h b/DefinitionEx/include/starshatter/definition.h
new file mode 100644
index 0000000..785261c
--- /dev/null
+++ b/DefinitionEx/include/starshatter/definition.h
@@ -0,0 +1,11 @@
+/* Starshatter: The Open Source Project
+ Copyright (c) 2021-2024, Starshatter: The Open Source Project Contributors
+ Copyright (c) 2011-2012, Starshatter OpenSource Distribution Contributors
+ Copyright (c) 1997-2006, Destroyer Studios LLC.
+*/
+
+#pragma once
+
+#include "definition/Parser.h"
+#include "definition/Term.h"
+#include "definition/Token.h"