13 lines
254 B
C++
13 lines
254 B
C++
/** @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 */
|