Graphics module refactored.

This commit is contained in:
Martín Lucas Golini
2014-06-22 20:29:23 -03:00
parent 2d3fb40c16
commit 0c7385a3c8
237 changed files with 2849 additions and 2848 deletions

View File

@@ -8,7 +8,7 @@ void MainLoop()
win->Clear();
// Create an instance of the primitive renderer
cPrimitives p;
Primitives p;
// Change the color
p.SetColor( ColorA( 0, 255, 0, 150 ) );