microsoft/DirectXTK

Problem with model classes

dudedude1234 opened this issue · 1 comments

I spent three days fixing the code making Player.h and Enemy.h accessible by rewriting this

` Player^ m_player;

City^                          world;

std::vector<Enemy^>            m_enemies;`

The problem is now I need the identifier for Player and City while Enemy need a >

I'd suggest you find a C++ support forum to get help with these questions, as the problems you are having don't appear to be specifically related to DirectXTK.