Xyzyx101 / GawkyAdventuresTeamProject

Direct X project
0 stars 2 forks source link

Refactor gawky.cpp into gawky.cpp, game.cpp and gamestate.cpp #12

Open Xyzyx101 opened 8 years ago

Xyzyx101 commented 8 years ago

gawky.cpp should have winmain. game.cpp should have the directX setup and the main loop. gamestate should have the level load and update, draw

endreszsteve commented 8 years ago

So the state is up and running. Can't get it to find context to Id3d11Device, so any draws cause a runtime error.. Not sure how to get it to work.. If anyone wants to take a look at it feel free.

endreszsteve commented 8 years ago

Problem is 99% fixed and working. just can't re-size the screen or the game will crash