Code:
civ3_main.obj : error LNK2001: unresolved external symbol "unsigned int __cdecl Os::GetTicks(void)" (?GetTicks@Os@@YAIXZ)
civ3_main.obj : error LNK2001: unresolved external symbol "unsigned int __cdecl Os::GetTicks(void)" (?GetTicks@Os@@YAIXZ)
SomeClass::SomeMethod()
{
this->Suicide();
this->LetUsDoSomething();
}
Comment