aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Embroidery/libembroidery/utility/ino-event.h
blob: 4119a5df7605234984f949da4aef7a14202f46b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*! @file ino-event.h */
#ifndef INO_EVENT_H
#define INO_EVENT_H

#include "emb-pattern.h"
typedef EmbPattern InoPattern;

#ifdef __cplusplus
extern "C" {
#endif

void inoEvent_addStitchAbs(InoPattern* p, double x, double y, int flags, int isAutoColorIndex);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* INO_EVENT_H */

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