From b5b1a01f08826154a8fa253d920f435d3cd50528 Mon Sep 17 00:00:00 2001 From: Eugenio Favalli Date: Sat, 13 Aug 2005 13:55:19 +0000 Subject: Updated dev-cpp project file, removed unnecessary header, fixed some include paths. --- src/playerinfo.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/playerinfo.h') diff --git a/src/playerinfo.h b/src/playerinfo.h index 1e769404..29109fb6 100644 --- a/src/playerinfo.h +++ b/src/playerinfo.h @@ -25,7 +25,6 @@ #define _TMW_PLAYERINFO_H #include -#include "gui/skill.h" struct PLAYER_INFO { int id; @@ -39,10 +38,6 @@ struct PLAYER_INFO { char STRUp, AGIUp, VITUp, INTUp, DEXUp, LUKUp; int totalWeight, maxWeight; short weapon; - // skill list declaration - std::vector m_Skill; // array of N_SKILLS skills - // gets the requested skills level from char_info - int GetSkill(int n_ID, int n_XP=2, int n_base = false); // implemented in the body (main.cpp) }; extern PLAYER_INFO *char_info; -- cgit v1.2.3-70-g09d2