xo-reader2 stack: misc qol improvements + improve reader2 utest
This commit is contained in:
parent
019ef5a3a7
commit
dde29946d5
2 changed files with 13 additions and 1 deletions
12
include/xo/object2/Integer.hpp
Normal file
12
include/xo/object2/Integer.hpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/** @file Integer.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "DInteger.hpp"
|
||||
#include "number/IGCObject_DInteger.hpp"
|
||||
#include "number/IPrintable_DInteger.hpp"
|
||||
|
||||
/* end Integer.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue