M
Michael
Now, i'm converting some c source to c#.
Then I can't convert the following statement?
Help me...
typedef void (*SWFByteOutputMethod) (byte b, void *data);
Following is usage of it...
void writeSWFFontToMethod(SWFBlock block, SWFByteOutputMethod method, void *data)
Then I can't convert the following statement?
Help me...
typedef void (*SWFByteOutputMethod) (byte b, void *data);
Following is usage of it...
void writeSWFFontToMethod(SWFBlock block, SWFByteOutputMethod method, void *data)