comparison Player.h @ 1275:7569c88d9cb0

renamed a few unnamed functions
author Grumpy7
date Sat, 15 Jun 2013 06:51:04 +0200
parents 351bc06722f2
children f11651288371
comparison
equal deleted inserted replaced
1274:351bc06722f2 1275:7569c88d9cb0
574 void PlaySound(PlayerSpeech speech, int a3); 574 void PlaySound(PlayerSpeech speech, int a3);
575 void PlayEmotion(CHARACTER_EXPRESSION_ID expression, int a3); 575 void PlayEmotion(CHARACTER_EXPRESSION_ID expression, int a3);
576 void ItemsEnchant(int enchant_count); 576 void ItemsEnchant(int enchant_count);
577 unsigned int GetItemIDAtInventoryIndex(int *a2); 577 unsigned int GetItemIDAtInventoryIndex(int *a2);
578 int _4B6FF9(); 578 int _4B6FF9();
579 int _4B824B(float a2); 579 int GetBaseIdentifyPrice(float a2);
580 int _4B8265(int a2, float a3); 580 int GetBaseRepairPrice(int a2, float a3);
581 int _4B8233(int a2, float a3); 581 int GetBaseBuyingPrice(int a2, float a3);
582 int _4B8213(int a2, float a3); 582 int GetBaseSellingPrice(int a2, float a3);
583 int GetPriceRepair(int a2, float a3); 583 int GetPriceRepair(int a2, float a3);
584 int GetPriceIdentification(float a2); 584 int GetPriceIdentification(float a2);
585 int GetBuyingPrice(unsigned int uRealValue, float price_multiplier); 585 int GetBuyingPrice(unsigned int uRealValue, float price_multiplier);
586 int GetPriceSell(int uRealValue, float price_multiplier); 586 int GetPriceSell(int uRealValue, float price_multiplier);
587 int GetTempleHealCostModifier(float a2); 587 int GetTempleHealCostModifier(float a2);