mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-11 09:07:51 +03:00
Graphics module refactored.
This commit is contained in:
@@ -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 ) );
|
||||
|
||||
Reference in New Issue
Block a user