blob: eded586c3f1cc8216d0cda9ba57f55c4b3ae7bf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// slang-value-reflect.h
#ifndef SLANG_VALUE_REFLECT_H
#define SLANG_VALUE_REFLECT_H
#include "slang-generated-value.h"
#include "slang-generated-value-macro.h"
// Create the functions to automatically convert between value types
#endif // SLANG_VALUE_REFLECT_H
|