ActionCompiler interface
[swftools.git] / lib / action / actioncompiler.h
diff --git a/lib/action/actioncompiler.h b/lib/action/actioncompiler.h
new file mode 100644 (file)
index 0000000..30da45f
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef __actioncompiler_h__
+#define __actioncompiler_h__
+
+int compileSWFActionCode(const char *script, int version, void**data, int*len);
+
+#endif
+