git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added jpeg3 extraction support to swfextract
[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