+ xo-object2

This commit is contained in:
Roland Conybeare 2025-12-14 11:29:54 -05:00
commit ae8b4348b3
10 changed files with 262 additions and 0 deletions

View file

@ -0,0 +1,14 @@
/** @file DInteger.hpp
*
* @author Roland Conybeare, Dec 2025
**/
#pragma once
namespace xo {
namespace scm {
using DInteger = double;
} /*nmaespace obj*/
} /*namespace xo*/
/* end DInteger.hpp */