subrepo: subdir: "xo-object2" merged: "8156e514" upstream: origin: "git@github.com:Rconybea/xo-object2.git" branch: "main" commit: "8156e514" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
14 lines
241 B
C++
14 lines
241 B
C++
/** @file Array.hpp
|
|
*
|
|
* @author Roland Conybeare, Feb 2026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "DArray.hpp"
|
|
#include "array/ISequence_DArray.hpp"
|
|
#include "array/IGCObject_DArray.hpp"
|
|
#include "array/IPrintable_DArray.hpp"
|
|
|
|
|
|
/* end Array.hpp */
|