Example #1
0
File: main.cpp Project: Diggs/Xenu
void draw()
{   
    Begin();
    
    gui.draw();
    
    End();
}