git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added chapter seperation.
[swftools.git]
/
pdf2swf
/
ttf2pt1
/
ttf2pt1.h
1
#ifndef __ttf2pt1_included__
2
#define __ttf2pt1_included__
3
#ifdef __cplusplus
4
extern "C" {
5
#endif
6
int
7
ttf2pt1_main(
8
int argc,
9
char **argv
10
);
11
#ifdef __cplusplus
12
}
13
#endif
14
#endif
15