xo-alloc2: still more header org-streamlining

This commit is contained in:
Roland Conybeare 2025-12-14 17:28:19 -05:00
commit 1b5067d643
13 changed files with 28 additions and 15 deletions

View file

@ -0,0 +1,13 @@
/** @file GCObject.hpp
*
* @author Roland Conybeare, Dec 2025
**/
#pragma once
#include "gcobject/AGCObject.hpp"
#include "gcobject/IGCObject_Any.hpp"
#include "gcobject/IGCObject_Xfer.hpp"
#include "gcobject/RGCObject.hpp"
/* end GCObject.hpp */