aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Embroidery/libembroidery/format-exp.h
blob: 4b4b0e1c1d3f2685daeed4a7d228901368608712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*! @file format-exp.h */
#ifndef FORMAT_EXP_H
#define FORMAT_EXP_H

#include "emb-pattern.h"

#include "api-start.h"
#ifdef __cplusplus
extern "C" {
#endif

extern EMB_PRIVATE int EMB_CALL readExp(EmbPattern* pattern, const char* fileName);
extern EMB_PRIVATE int EMB_CALL writeExp(EmbPattern* pattern, const char* fileName);

#ifdef __cplusplus
}
#endif /* __cplusplus */
#include "api-stop.h"

#endif /* FORMAT_EXP_H */

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