We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab75809 commit b9f5ea6Copy full SHA for b9f5ea6
1 file changed
OverEngine/src/OverEngine/Core/Runtime/Serialization/Serialization.h
@@ -8,7 +8,7 @@ namespace OverEngine
8
template <typename T>
9
class YamlEmitter;
10
11
- #define OE_DECL_EMITTER(T) \
+ #define OE_DECL_EMITTER(T) \
12
template<> \
13
struct YamlEmitter<T> \
14
{ \
@@ -18,7 +18,7 @@ namespace OverEngine
18
19
class YamlDecoder;
20
21
- #define OE_DECL_DECODER(T) \
+ #define OE_DECL_DECODER(T) \
22
23
struct YamlDecoder<T> \
24
0 commit comments