NormalClass.cpp
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:2k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. // NormalClass.cpp: implementation of the CNormalClass class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "NormalClass.h"
  6. //////////////////////////////////////////////////////////////////////
  7. // Construction/Destruction
  8. //////////////////////////////////////////////////////////////////////
  9. CNormalClass::CNormalClass()
  10. {
  11. }
  12. CNormalClass::~CNormalClass()
  13. {
  14. // delete lpGoods; 
  15. }
  16. void CNormalClass::InitNormal(char *szFileName)
  17. {
  18. FILE *fp;
  19. char szBuf[100];
  20. CString szStr;
  21. int nValue =0;
  22. TGoods *Goods;
  23. Goods = new TGoods;
  24. Goods->nKinds = GK_normal; //贺摸
  25. fp = fopen(szFileName,"r");
  26. if(fp!=NULL)
  27. {
  28. while(fscanf(fp,"%s",szBuf)!=EOF)
  29. {
  30. szStr = szBuf;
  31. if(szStr=="いゅ