seed random from ruby interface
[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