Main
{
	CGame Game
	{
		CFont Font
		CWorld World
		CPlayer Player (Perhaps this should be part of World)
	}
}

To-Do List:
1.1.1 Load my neat-o little map
1.1.2 Render it flat
1.2.1 Load textures called for by the neat-o little map
1.2.2 Render it with those textures

3.1.1 Realize input
3.1.2 Utilize input to move around map
3.2.1 Make a realistic walking structure for my avatar

2.1.1 Load a simple object
2.1.2 Load a complex object called for by the neat-o little map
