as3: improved protected handling, xml support. added 'arguments' keyword
[swftools.git] / lib / action / libming.c
1 #include <stdio.h>
2 #include <stdarg.h>
3 #include "libming.h"
4
5 int SWF_versionNum = 7;
6
7 void (*SWF_error)(const char *msg, ...) = 0;
8 void (*SWF_warn)(const char *msg, ...) = 0;
9