aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Embroidery/libembroidery/formats.h
blob: 2235193b61d4f71097f7b9c5f33d589d9b30517f (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
#ifndef FORMATS_H
#define FORMATS_H

#ifdef ARDUINO /* ARDUINO TODO: This is temporary. Remove when complete. */

#include "format-exp.h"

#else /* ARDUINO TODO: This is temporary. Remove when complete. */

#include "format-10o.h"
#include "format-100.h"
#include "format-art.h"
#include "format-bmc.h"
#include "format-bro.h"
#include "format-cnd.h"
#include "format-col.h"
#include "format-csd.h"
#include "format-csv.h"
#include "format-dat.h"
#include "format-dem.h"
#include "format-dsb.h"
#include "format-dst.h"
#include "format-dsz.h"
#include "format-dxf.h"
#include "format-edr.h"
#include "format-emd.h"
#include "format-exp.h"
#include "format-exy.h"
#include "format-eys.h"
#include "format-fxy.h"
#include "format-gc.h"
#include "format-gnc.h"
#include "format-gt.h"
#include "format-hus.h"
#include "format-inb.h"
#include "format-inf.h"
#include "format-jef.h"
#include "format-ksm.h"
#include "format-max.h"
#include "format-mit.h"
#include "format-new.h"
#include "format-ofm.h"
#include "format-pcd.h"
#include "format-pcm.h"
#include "format-pcq.h"
#include "format-pcs.h"
#include "format-pec.h"
#include "format-pel.h"
#include "format-pem.h"
#include "format-pes.h"
#include "format-phb.h"
#include "format-phc.h"
#include "format-plt.h"
#include "format-rgb.h"
#include "format-sew.h"
#include "format-shv.h"
#include "format-sst.h"
#include "format-stx.h"
#include "format-svg.h"
#include "format-t01.h"
#include "format-t09.h"
#include "format-tap.h"
#include "format-thr.h"
#include "format-txt.h"
#include "format-u00.h"
#include "format-u01.h"
#include "format-vip.h"
#include "format-vp3.h"
#include "format-xxx.h"
#include "format-zsk.h"

#endif /* ARDUINO TODO: This is temporary. Remove when complete. */

#endif /* FORMATS_H */

/* kate: bom off; indent-mode cstyle; indent-width 4; replace-trailing-space-save on; */