#include "State.h"
#include "Locations.h"
#include "MinersSonOwnedStates.h"
#include "StateMachine.h"
#include "misc/ConsoleUtils.h"
#include "misc/Utils.h"
//-----------------------------------------------
const int ComfortLevel = 5;
const int Maxfirewoods = 3;
const int ThirstLevel = 5;
const int TirednessThreshold = 5;
이렇게 쓰면은 디버그 나는데요.. 이렇게 나옵니다.
C2370 재정의 저장소 클래스가 다릅니다.
m_pStateMachine = new StateMachine<MinersSon>(this);
m_pStateMachine->SetCurrentState(GoHomeAndSleep::Instance());
이것도 역시 디버그 나는데.
형식의 매개변수와 호환 되지 않습니다. 이렇게 나옵니다. 어떻게 바꿔야되죠?ㅠㅠ
부탁드립니다.