摘要: #ifndef CBIGBOSS_H_#define CBIGBOSS_H_#include <time.h>#include <map>using namespace std;class CBigBoss {public:typedef map<int, int> templatemap;templatemap BossSort;bool Insert(int nRoleID,int nHurtBlood);bool Updata(int nRoleID,int nHurtBlood);bool Remove(int nRoleID);}#endifboo 阅读全文
posted @ 2012-03-08 23:11 byfei 阅读(224) 评论(0) 推荐(0) 编辑