12 lines
210 B
C++
12 lines
210 B
C++
/** @file String.hpp
|
|
*
|
|
* @author Roland Conybeare, Feb 22026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "DString.hpp"
|
|
#include "string/IGCObject_DString.hpp"
|
|
#include "string/IPrintable_DString.hpp"
|
|
|
|
/* end String.hpp */
|