#ifndef RH_UTILS_H #define RH_UTILS_H class RH_Utils { public: RH_Utils(); virtual ~RH_Utils(); protected: private: }; #endif // RH_UTILS_H