annotate pads2gpcb/globals.c @ 68:b7f49f029bc3

pads2gpcb: use Cartesian Y axis direction internally
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 31 Jan 2016 23:19:37 +0000
parents 2b71943a311b
children fab9fc646044
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
38
aa0539cc3d41 pads2gpcb project started, skeleton compiles
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
1 int input_units_global, input_units_current;
aa0539cc3d41 pads2gpcb project started, skeleton compiles
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
2 struct part_decal *part_decal_list;
aa0539cc3d41 pads2gpcb project started, skeleton compiles
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff changeset
3 struct part_type *part_type_list;
65
2b71943a311b pads2gpcb: PART section parsing implemented, compiles
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents: 50
diff changeset
4 struct part_instance *part_inst_list;
50
c9acfeed99e6 pads2gpcb: data structures for footprint silk support
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents: 47
diff changeset
5 int do_footprint_silk;
47
8fa304e2b7e1 pads2gpcb: parsing of -w options implemented
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents: 38
diff changeset
6 int write_decal_files, write_parttype_files, write_final_elements;