#include "ming_utils.h"
#include <stdlib.h>
#include <stdio.h>
#include <ming.h>
Defines | |
#define | OUTPUT_VERSION 6 |
#define | OUTPUT_FILENAME "replace_shapes1test.swf" |
Functions | |
SWFDisplayItem | add_static_mc (SWFMovie mo, const char *name, int depth, int x, int y, int width, int height) |
SWFMovieClip | get_static_mc (int width, int height, int r, int g, int b) |
SWFShape | get_shape (int width, int height, int r, int g, int b) |
int | main (int argc, char **argv) |
#define OUTPUT_FILENAME "replace_shapes1test.swf" |
Referenced by main().
#define OUTPUT_VERSION 6 |
Referenced by main().
SWFDisplayItem add_static_mc | ( | SWFMovie | mo, | |
const char * | name, | |||
int | depth, | |||
int | x, | |||
int | y, | |||
int | width, | |||
int | height | |||
) |
References get_static_mc().
SWFShape get_shape | ( | int | width, | |
int | height, | |||
int | r, | |||
int | g, | |||
int | b | |||
) |
References make_fill_square().
SWFMovieClip get_static_mc | ( | int | width, | |
int | height, | |||
int | r, | |||
int | g, | |||
int | b | |||
) |
References get_shape().
int main | ( | int | argc, | |
char ** | argv | |||
) |