📄 shape.h
字号:
//////////////////////////////////////////////////////////////////////////////// Filename : Shape.h// Written by : excel96// Description : // 肺弊牢拳搁俊辑 浇饭捞绢狼 寇剧阑 焊咯林绰 单 鞘夸茄 窃荐甸.// 酒捞袍 鸥涝俊 蝶弗 把葛嚼 惑荐甫 府畔窍绰 窃荐甸捞促.//////////////////////////////////////////////////////////////////////////////#ifndef __SHAPE_H__#define __SHAPE_H__#include "Types.h"#include "Exception.h"PantsType getPantsType(ItemType_t IType) throw();JacketType getJacketType(ItemType_t IType) throw();HelmetType getHelmetType(ItemType_t IType) throw();ShieldType getShieldType(ItemType_t IType) throw();MotorcycleType getMotorcycleType(ItemType_t IType) throw();// 轨颇捞绢VampireCoatType getVampireCoatType(ItemType_t IType) throw();// 酒快胶磐胶OustersCoatType getOustersCoatType(ItemType_t IType) throw();OustersArmType getOustersArmType(ItemType_t IType) throw();#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -