FromIndexToName.cpp
资源名称:3dwind2.0.rar [点击查看]
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:0k
源码类别:
游戏引擎
开发平台:
Visual C++
- #include "StdAfx.h"
- #include ".fromindextoname.h"
- FromIndexToName::FromIndexToName(void)
- {
- }
- FromIndexToName::FromIndexToName(int index,char *meshname,CString meshnamestr)
- {this->index=index;
- this->meshname=meshname;
- this->meshnamestr=meshnamestr;
- }
- FromIndexToName::~FromIndexToName(void)
- {
- }