//========================================================================== // ARROW.H - part of // // OMNeT++/OMNEST // // Contents: // connection arrow positioning in module drawing // //========================================================================== /*--------------------------------------------------------------* Copyright (C) 1992-2017 Andras Varga Copyright (C) 2006-2017 OpenSim Ltd. This file is distributed WITHOUT ANY WARRANTY. See the file `license' for details on this and other legal matters. *--------------------------------------------------------------*/ #ifndef __OMNETPP_TKENV_ARROW_H #define __OMNETPP_TKENV_ARROW_H #include "tkdefs.h" namespace omnetpp { namespace tkenv { int arrowcoords(Tcl_Interp *interp, int argc, const char **argv); } // namespace tkenv } // namespace omnetpp #endif