comparison Player.h @ 2355:a574a80e7012

Moving more functions out of unsorted_subs
author Grumpy7
date Wed, 09 Apr 2014 22:58:22 +0200
parents 5d263539bbec
children
comparison
equal deleted inserted replaced
2354:7f2e111bbafb 2355:a574a80e7012
849 void __fastcall DamagePlayerFromMonster(unsigned int uObjID, int a2, struct Vec3_int_ *pPos, signed int a4); 849 void __fastcall DamagePlayerFromMonster(unsigned int uObjID, int a2, struct Vec3_int_ *pPos, signed int a4);
850 bool IsDwarfPresentInParty(bool b); 850 bool IsDwarfPresentInParty(bool b);
851 bool ShouldLoadTexturesForRaceAndGender(unsigned int _this); 851 bool ShouldLoadTexturesForRaceAndGender(unsigned int _this);
852 int PlayerCreation_GetUnspentAttributePointCount(); 852 int PlayerCreation_GetUnspentAttributePointCount();
853 int CycleCharacter(bool backwards); 853 int CycleCharacter(bool backwards);
854 unsigned int SkillToMastery(unsigned int skill_value);
854 855
855 extern NZIArray<struct Player *, 5> pPlayers; 856 extern NZIArray<struct Player *, 5> pPlayers;