#ifndef __CONDRAW_HPP #define __CONDRAW_HPP #include #include "common.hpp" enum drawConnection { drawconnectUseInterface, drawconnectUseImp, drawconnectInstCompat, drawconnectInstNewProtected, drawconnectInstNewPrivate, drawconnectInhCompat, drawconnectInhNewProtected, drawconnectInhNewPrivate, drawconnectUnknown }; void DrawConnection1( drawConnection dc, HDC hDC, double oScale, double dScale, int rx, int ry, POINT iAimPointFrom, POINT iAimPointTo, fPOINT fAimPointFrom, fPOINT fAimPointTo ); void DrawConnection2( drawConnection dc, HDC hDC, double oScale, double dScale, int rx, int ry, POINT iAimPointFrom, POINT iAimPointTo, fPOINT fAimPointFrom, fPOINT fAimPointTo ); #endif