summaryrefslogtreecommitdiffstats
path: root/source/slang/compiled-program.h
blob: 7f5b674a0a7a9f9414c478230632e81247fa73d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef BAKER_SL_COMPILED_PROGRAM_H
#define BAKER_SL_COMPILED_PROGRAM_H

#include "../core/basic.h"
#include "diagnostics.h"
#include "syntax.h"
#include "type-layout.h"

namespace Slang
{
}

#endif