FromIndexToName.cpp
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #include "StdAfx.h"
  2. #include ".fromindextoname.h"
  3. FromIndexToName::FromIndexToName(void)
  4. {
  5. }
  6. FromIndexToName::FromIndexToName(int index,char *meshname,CString meshnamestr)
  7. {this->index=index;
  8. this->meshname=meshname;
  9. this->meshnamestr=meshnamestr;
  10. }
  11. FromIndexToName::~FromIndexToName(void)
  12. {
  13. }