📄 charinfo.h
字号:
// CharInfo.h: interface for the CCharInfo class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CHARINFO_H__DD443240_AD62_11D2_B143_00001C7030A6__INCLUDED_)
#define AFX_CHARINFO_H__DD443240_AD62_11D2_B143_00001C7030A6__INCLUDED_
#include <windows.h>
#include "Cint.h" // 饭骇 0栏肺 甸绢客辑 霸烙 敲饭捞 啊 啊瓷茄巴阑 阜扁困茄 何盒. 20030220 mando..
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
class CCharInfo
{
public:
CCharInfo();
virtual ~CCharInfo();
char m_cName[12], m_cMapName[12];
short m_sSkinCol, m_sSex, m_sAppr1, m_sAppr2, m_sAppr3, m_sAppr4;
short m_sStr, m_sVit, m_sDex, m_sInt, m_sMag, m_sChr;
CInt m_sLevel;// short m_sLevel;
// short m_sLevel;
int m_iExp;
int m_iApprColor;
int m_iYear, m_iMonth, m_iDay, m_iHour, m_iMinute;
};
#endif // !defined(AFX_CHARINFO_H__DD443240_AD62_11D2_B143_00001C7030A6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -