diff 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
line wrap: on
line diff
--- a/Player.h	Wed Apr 09 21:58:46 2014 +0200
+++ b/Player.h	Wed Apr 09 22:58:22 2014 +0200
@@ -851,5 +851,6 @@
 bool  ShouldLoadTexturesForRaceAndGender(unsigned int _this);
 int PlayerCreation_GetUnspentAttributePointCount();
 int CycleCharacter(bool backwards);
+unsigned int SkillToMastery(unsigned int skill_value);
 
 extern NZIArray<struct Player *, 5> pPlayers;
\ No newline at end of file