Problem with model classes
dudedude1234 opened this issue · 1 comments
dudedude1234 commented
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 >
shawnhar commented
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.