16 lines
226 B
C++
16 lines
226 B
C++
![]() |
#pragma once
|
||
|
#ifndef Convention_Runtime_Generics_NTree_hpp
|
||
|
#define Convention_Runtime_Generics_NTree_hpp
|
||
|
|
||
|
#include"Config.hpp"
|
||
|
|
||
|
namespace Convention
|
||
|
{
|
||
|
namespace Generics
|
||
|
{
|
||
|
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif Convention_Runtime_Generics_NTree_hpp
|