BS 0.0.1
This commit is contained in:
20
Convention/[Runtime]/Generics/Stack.hpp
Normal file
20
Convention/[Runtime]/Generics/Stack.hpp
Normal 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
|
Reference in New Issue
Block a user