1 2 3 4 5 6 7
#ifndef __actioncompiler_h__ #define __actioncompiler_h__ int compileSWFActionCode(const char *script, int version, void**data, int*len); #endif