Defines | Functions

RemoveObject2Test.c File Reference

#include <stdio.h>
#include <ming.h>

Defines

#define OUTPUT_VERSION   6
#define OUTPUT_FILENAME   "RemoveObject2Test.swf"
#define FRAMESGAP   5

Functions

SWFShape make_square (int x, int y, int width, int height, byte r, byte g, byte b)
 Create an outline square shape with given offset, size and colors.
int main (int argc, char **argv)

Define Documentation

#define FRAMESGAP   5
#define OUTPUT_FILENAME   "RemoveObject2Test.swf"

Referenced by main().

#define OUTPUT_VERSION   6

Referenced by main().


Function Documentation

int main ( int  argc,
char **  argv 
)
SWFShape make_square ( int  x,
int  y,
int  width,
int  height,
byte  r,
byte  g,
byte  b 
)

Create an outline square shape with given offset, size and colors.