xo-reader2 stack: convenience #includes + parsing examples
This commit is contained in:
parent
8f97502677
commit
b994c56bc5
4 changed files with 179 additions and 3 deletions
12
xo-object2/include/xo/object2/String.hpp
Normal file
12
xo-object2/include/xo/object2/String.hpp
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue