mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(array): add base array template
This commit is contained in:
parent
942fb18537
commit
5946abcb7d
3 changed files with 49 additions and 0 deletions
6
storm/Array.hpp
Normal file
6
storm/Array.hpp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef STORM_ARRAY_HPP
|
||||
#define STORM_ARRAY_HPP
|
||||
|
||||
#include "array/TSBaseArray.hpp"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue