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

#pragma once

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