git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
STRIP is now again properly disabled if --enable-debug is set
[swftools.git]
/
lib
/
action
/
actioncompiler.h
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