I`m for some reson get 4 compiler errors when i type: player1 player1; in the main.cpp.
the error messages: error LNK2019: unresolved external symbol "public: __thiscall player1::~player1(void)" (??1player1@@QAE@XZ) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
I`m for some reson get 4 compiler errors when i type: player1 player1; in the main.cpp.
the error messages: error LNK2019: unresolved external symbol "public: __thiscall player1::~player1(void)" (??1player1@@QAE@XZ) referenced in function "void __cdecl DarkGDK(void)" (?DarkGDK@@YAXXZ)
1>Main.obj...