/* 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: f2ludpat.ctr */ /** @file f2ludpat.h Header file for the f2ludpat module. */ #ifndef F2LUDPAT_H_INCLUDED /** Avoid multiple inclusions. */ #define F2LUDPAT_H_INCLUDED 1 #line 10 "f2ludpat.ctr" #ifdef __cplusplus extern "C" { #endif /** Draw fill patterns for object. @param job Job structure. @param drw Drawing structure. @param obj Object to process. @param ec Pointer to mathematical error code variable. */ void f2lud_pattern( f2l_job_t *job, dk3_fig_drawing_t *drw, dk3_fig_obj_t *obj, int *ec ); #ifdef __cplusplus } #endif #endif