Files
Convention-CPP/Convention/[Runtime]/Generics/NTree.hpp

16 lines
229 B
C++
Raw Normal View History

2025-06-12 21:46:53 +08:00
#pragma once
2025-06-12 14:59:06 +08:00
#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