#ifndef TEMPEST_RANGE_C_IRANGE_HPP #define TEMPEST_RANGE_C_IRANGE_HPP #include class CiRange { public: // Member variables int32_t l; int32_t h; }; #endif