Mercurial > mm7
diff NPC.h @ 629:59713bb36033
houses func moved to uihouses
author | Gloval |
---|---|
date | Sun, 10 Mar 2013 20:57:52 +0400 |
parents | 5cfb5dadf330 |
children | 1ff57450f090 |
line wrap: on
line diff
--- a/NPC.h Sun Mar 10 17:00:50 2013 +0400 +++ b/NPC.h Sun Mar 10 20:57:52 2013 +0400 @@ -282,5 +282,10 @@ }; #pragma pack(pop) +extern int pDialogueNPCCount; +extern struct Texture *pDialogueNPCPortraits[6]; +extern int uNumDialogueNPCPortraits; // weak +extern struct NPCStats *pNPCStats; + bool PartyHasDragon(); bool CheckHiredNPCSpeciality(unsigned int uProfession);