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