7 lines
192 B
C
7 lines
192 B
C
|
#pragma once
|
||
|
|
||
|
#define STD_MTL_NAMESPACE_BEGIN namespace hgl{namespace graph{namespace mtl{
|
||
|
#define STD_MTL_NAMESPACE_END }}}
|
||
|
|
||
|
#define STD_MTL_NAMESPACE_USING using namespace hgl::graph::mtl
|