Files
Convention-CPP/Convention/[Runtime]/Generics/NTree.hpp
2025-06-12 14:59:06 +08:00

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