Class Diagram of Pang
Guidelines:
- Make a big class of your game/project. Only this class should interact with the CChildView class. This class should include objects of other classes which it requires.
- CChildView::OnStart() function should include the main loop of your game (This function behaves like main for your project).