Ejemplo n.º 1
0
/*
====================
GDrawGame
====================
*/
VOID GDrawGame(GGraph& graph)
{
  graph.Draw((I32)s_pt.X(), (I32)s_pt.Y(), s_image_ptr.Get());
}