Subversion Repositories wimsdev

Rev

Rev 18159 | Rev 18339 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18159 Rev 18266
Line 13... Line 13...
13
        char *name;
13
        char *name;
14
        int required_parms,color_pos,fill_tag,subst;
14
        int required_parms,color_pos,fill_tag,subst;
15
        void (*routine) (objparm *pm);
15
        void (*routine) (objparm *pm);
16
"
16
"
17
export prepstruct colorstruct objstruct
17
export prepstruct colorstruct objstruct
18
/* for fill_tag, -1:dashed, 1:filled, 0: nothing */
18
# for fill_tag, -1:dashed, 1:filled, 0: nothing
19
header="
19
header="
20
        /* This file is automatically generated! Do not edit it. */
20
        /* This file is automatically generated! Do not edit it. */
21
#include \"flydraw.h\"
21
#include \"flydraw.h\"
22
"
22
"
23
 
23