xo-alloc/xo-object2/include/xo/object2/DInteger.hpp
2025-12-14 11:29:54 -05:00

14 lines
220 B
C++

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