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