aboutsummaryrefslogtreecommitdiff
path: root/src/game/SkillDiscovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/SkillDiscovery.h')
-rw-r--r--src/game/SkillDiscovery.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/game/SkillDiscovery.h b/src/game/SkillDiscovery.h
index 9981eb133f6..c63ac1503be 100644
--- a/src/game/SkillDiscovery.h
+++ b/src/game/SkillDiscovery.h
@@ -17,14 +17,10 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-
#ifndef TRINITY_SKILLDISCOVERY_H
#define TRINITY_SKILLDISCOVERY_H
-
#include "Common.h"
-
class Player;
-
void LoadSkillDiscoveryTable();
uint32 GetSkillDiscoverySpell(uint32 skillId, uint32 spellId, Player* player);
uint32 GetExplicitDiscoverySpell(uint32 spellId, Player* player);