13 lines
239 B
C++
13 lines
239 B
C++
/** @file GCObject.hpp
|
|
*
|
|
* @author Roland Conybeare, Dec 2025
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "AGCObject.hpp"
|
|
#include "detail/IGCObject_Any.hpp"
|
|
#include "detail/IGCObject_Xfer.hpp"
|
|
#include "detail/RGCObject.hpp"
|
|
|
|
/* end GCObject.hpp */
|