mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
11 lines
265 B
C
11 lines
265 B
C
|
#include <string_view>
|
||
|
|
||
|
namespace ObjectIntrospection {
|
||
|
namespace headers {
|
||
|
|
||
|
// These externs are provided by our build system. See resources/CMakeLists.txt
|
||
|
extern const std::string_view OITraceCode_cpp;
|
||
|
|
||
|
} // namespace headers
|
||
|
} // namespace ObjectIntrospection
|