Gaia-ECS v1.0.0
A simple and powerful entity component system
Loading...
Searching...
No Matches
sarray_soa.h
1#pragma once
2
3#include "gaia/cnt/impl/sarray_soa_impl.h"
4
5namespace gaia {
6 namespace cnt {
10 template <typename T, sarr_soa_detail::size_type N>
11 using sarray_soa = cnt::sarr_soa<T, N>;
12 } // namespace cnt
13} // namespace gaia