+ xo-object2
This commit is contained in:
parent
1bb0a71705
commit
ae8b4348b3
10 changed files with 262 additions and 0 deletions
14
include/xo/object2/DInteger.hpp
Normal file
14
include/xo/object2/DInteger.hpp
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue