summaryrefslogtreecommitdiff
path: root/support/dktools/f2ludpat.h
blob: 99bcba1add0849e0479efab0fdc7db7a3437f994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/*
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