摘要:
#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
阅读(235)
评论(0)
推荐(0)

浙公网安备 33010602011771号