repo.or.cz
/
swftools.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
upgrade to xpdf 3.00.
[swftools.git]
/
lib
/
action
/
actioncompiler.h
blob
30da45f113fd0ee39b31eea282c54e890f9059bf
1
#ifndef __actioncompiler_h__
2
#define __actioncompiler_h__
3
4
int
compileSWFActionCode
(
const char
*
script
,
int
version
,
void
**
data
,
int
*
len
);
5
6
#endif
7