summaryrefslogtreecommitdiff
path: root/source/slang/slang-ast-all.h
blob: 096c95f5333cc9f7d6c8e7f337f869c7456653c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// slang-ast-all.h

#pragma once

#include "slang-ast-base.h"

#include "slang-ast-expr.h"
#include "slang-ast-decl.h"
#include "slang-ast-modifier.h"
#include "slang-ast-stmt.h"
#include "slang-ast-type.h"
#include "slang-ast-val.h"