summaryrefslogtreecommitdiffstats
path: root/source/core/slang-basic.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/core/slang-basic.h')
-rw-r--r--source/core/slang-basic.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/source/core/slang-basic.h b/source/core/slang-basic.h
new file mode 100644
index 000000000..7931749f4
--- /dev/null
+++ b/source/core/slang-basic.h
@@ -0,0 +1,13 @@
+#ifndef SLANG_CORE_BASIC_H
+#define SLANG_CORE_BASIC_H
+
+#include "slang-common.h"
+#include "slang-math.h"
+#include "slang-string.h"
+#include "slang-array.h"
+#include "slang-list.h"
+#include "slang-smart-pointer.h"
+#include "slang-exception.h"
+#include "slang-dictionary.h"
+
+#endif