cool, so that solves that prob.
Now its giving me linkage error when I try to compile zone.
	Quote:
	
	
		| LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification client_process.obj : error LNK2019: unresolved external symbol "public: void __thiscall Doors::HandleClick(class Client *)" (?HandleClick@Doors@@QAEXPAVClient@@@Z) referenced in function "private: int __thiscall Client::HandlePacket(class APPLAYER const *)" (?HandlePacket@Client@@AAEHPBVAPPLAYER@@@Z)
 zone.obj : error LNK2019: unresolved external symbol "public: __thiscall Doors:
  oors(struct Door const *)" (??0Doors@@QAE@PBUDoor@@@Z) referenced in function "public: void __thiscall Zone::LoadZoneDoors(char const *)" (?LoadZoneDoors@Zone@@QAEXPBD@Z) ../build/ZoneDebug.exe : fatal error LNK1120: 2 unresolved externals
 | 
	
 Plz give some advice.