lab_inheritance
Insidious Inheritance
|
Provides a simple application that draws some stuff. More...
#include "cs225/PNG.h"
#include "color.h"
#include "rectangle.h"
#include "shape.h"
#include "vector2.h"
Functions | |
int | main () |
Variables | |
const char | OUTPUT_FILE [] = "out.png" |
const int | WIDTH = 128 |
const int | HEIGHT = 128 |
const Vector2 | CENTER (WIDTH/2, HEIGHT/2) |
Provides a simple application that draws some stuff.
int main | ( | ) |
const int HEIGHT = 128 |
const char OUTPUT_FILE[] = "out.png" |
const int WIDTH = 128 |