#ifndef TEMPEST_RANGE_C_RANGE_HPP #define TEMPEST_RANGE_C_RANGE_HPP class CRange { public: // Member variables float l; float h; }; #endif