예제 #1
0
파일: Game.cpp 프로젝트: sundoom/sunstudio
/*
====================
GDrawGame
====================
*/
VOID GDrawGame(GGraph& graph)
{
  graph.Draw((I32)s_pt.X(), (I32)s_pt.Y(), s_image_ptr.Get());
}