| lab_inheritance
    Insidious Inheritance | 
Provides a simple application that draws some stuff. More...
| 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 |