/* Copyright (C) 2012-2020, Dirk Krause SPDX-License-Identifier: BSD-3-Clause */ /* WARNING: This file was generated by the dkct program (see http://dktools.sourceforge.net/ for details). Changes you make here will be lost if dkct is run again! You should modify the original source and run dkct on it. Original source: dk3figah.ctr */ /** @file dk3figah.h Header file for the dk3figah module. */ #ifndef DK3FIGAH_H_INCLUDED /** Avoid multiple inclusions. */ #define DK3FIGAH_H_INCLUDED 1 #line 10 "dk3figah.ctr" #ifdef __cplusplus extern "C" { #endif /** Check whether an object is a candidate to have arrowheads. @param obj Object to check. @return 1 if the object may have arrowheads, 0 otherwise. */ int dk3figah_candidate(dk3_fig_obj_t *obj); /** Calculate arrowheads for open object. @param drw Drawing of object. @param obj Object to modify. @param objno Object number. @return 1 on success, 0 on error. */ int dk3figah_calculate_arrowheads( dk3_fig_drawing_t *drw, dk3_fig_obj_t *obj ); #ifdef __cplusplus } #endif #endif