This commit is contained in:
ninemine
2025-06-12 21:46:53 +08:00
parent 2cdf5db037
commit d7213d1d3e
8 changed files with 246 additions and 9 deletions

View File

@@ -0,0 +1,20 @@
#pragma once
#ifndef Convention_Runtime_Generics_Sequence_hpp
#define Convention_Runtime_Generics_Sequence_hpp
#include"Generics/Sequence.hpp"
namespace Convention
{
namespace Generics
{
class Stack
{
};
}
}
#endif Convention_Runtime_Generics_Sequence_hpp