#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 FRAMESGAP 5 |
| #define OUTPUT_FILENAME "RemoveObject2Test.swf" |
Referenced by main().
| #define OUTPUT_VERSION 6 |
Referenced by main().
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
References make_square(), OUTPUT_FILENAME, and OUTPUT_VERSION.
| 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.
1.7.1