/*** Copyright (C) 2022 J Reece Wilson (a/k/a "Reece"). All rights reserved. File: auArray.hpp Date: 2022-2-1 Author: Reece ***/ #pragma once #if !defined(AURORA_RUNTIME_AU_ARRAY) #define AURORA_RUNTIME_AU_ARRAY std::array #endif template using AuArray = AURORA_RUNTIME_AU_ARRAY;