#ifndef HYDRAOBJECT #define HYDRAOBJECT #include "../HydraDefines.h" //#include "HydraEngine.h" #include #include #include class HydraEngine; class CLASS_DEFINE HydraObject { private: public: class HydraEngine* const GetEngine(); void DebugLog(std::string log_entry); void ClearLog(); }; #endif /* HYDRAOBJECT */