Files
Convention-CPP/Convention/[Runtime]/Generics/NTree.hpp
ninemine d7213d1d3e BS 0.0.1
2025-06-12 21:46:53 +08:00

16 lines
229 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