xo-reader2 stack: convenience #includes + parsing examples

This commit is contained in:
Roland Conybeare 2026-02-03 13:43:00 -05:00
commit b994c56bc5
4 changed files with 179 additions and 3 deletions

View file

@ -0,0 +1,12 @@
/** @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 */