aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Embroidery/libembroidery/emb-outline.h
blob: cb4467fc54874aa0a6e619a9b00320ddbcec1161 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*! @file emb-outline.h */
#ifndef EMB_OUTLINE_H
#define EMB_OUTLINE_H

#ifdef ARDUINO /* ARDUINO TODO: remove this line when emb-outline is C89 complete. This is a temporary arduino build fix. */
#else          /* ARDUINO TODO: remove this line when emb-outline is C89 complete. This is a temporary arduino build fix. */

class embOutline
{
public:
    embOutline();
};
#endif /* ARDUINO TODO: remove this line when emb-outline is C89 complete. This is a temporary arduino build fix. */


#endif // EMB_OUTLINE_H

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