git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
updated gpdf2swf (patch from Ricardo Pedroso)
[swftools.git]
/
lib
/
action
/
libming.h
1
#include <string.h>
2
#include <stdio.h>
3
#include <stdlib.h>
4
5
#ifndef __libming_h__
6
#define __libming_h__
7
8
typedef unsigned char byte;
9
10
extern void (*SWF_error)(const char *msg, ...);
11
extern void (*SWF_warn)(const char *msg, ...);
12
13
extern int SWF_versionNum;
14
15
#endif