diff options
| author | Tim Foley <tfoleyNV@users.noreply.github.com> | 2017-07-10 09:49:46 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-10 09:49:46 -0700 |
| commit | 8abdf2dddd10feb9794c86cdf6b2159a2b6383e4 (patch) | |
| tree | df7d790f33f7e4c8adc1b9b747c7c908d8bab0d4 /source/slang/compiled-program.h | |
| parent | 68df74b58a56b0a1fb19b9ec4ff0282969cd6a12 (diff) | |
| parent | 5b7c254d24653fd1c19157e8d5ef68a7e787ff58 (diff) | |
Merge pull request #65 from tfoleyNV/falcor-work
Falcor work
Diffstat (limited to 'source/slang/compiled-program.h')
| -rw-r--r-- | source/slang/compiled-program.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source/slang/compiled-program.h b/source/slang/compiled-program.h deleted file mode 100644 index 7f5b674a0..000000000 --- a/source/slang/compiled-program.h +++ /dev/null @@ -1,13 +0,0 @@ -#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
\ No newline at end of file |
