LeviLamina
Loading...
Searching...
No Matches
ITracer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace renoir {
6
7class ITracer {
8public:
9 // ITracer inner types declare
10 // clang-format off
11 struct Metadata;
12 // clang-format on
13
14 // ITracer inner types define
15 struct Metadata {};
16};
17
18} // namespace renoir
Definition ITracer.h:7
Definition ITracer.h:15