1 /* libswf.h - global typedefs, etc. */
2 
3 #ifndef LIBSWF_H_INCLUDED
4 #define LIBSWF_H_INCLUDED
5 
6 #include <stdlib.h>
7 #include <stdio.h>
8 
9 typedef unsigned char byte;
10 
11 
12 #endif /* LIBSWF_H_INCLUDED */
13