subrepo: subdir: "xo-stringtable2" merged: "356a03a0" upstream: origin: "git@github.com:Rconybea/xo-stringtable2.git" branch: "main" commit: "356a03a0" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
14 lines
245 B
C++
14 lines
245 B
C++
/** @file String.hpp
|
|
*
|
|
* @author Roland Conybeare, Feb 2026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "DString.hpp"
|
|
#include "string/IGCObject_DString.hpp"
|
|
#include "string/IPrintable_DString.hpp"
|
|
|
|
#include <xo/alloc2/Allocator.hpp>
|
|
|
|
/* end String.hpp */
|