DUDEHOLD.CPP
上传用户:abcdshs
上传日期:2007-01-07
资源大小:1858k
文件大小:0k
源码类别:

游戏

开发平台:

Visual C++

  1. // (C) Copyright 1996 by Anthony J. Carin.  All Rights Reserved.
  2. #include <stdafx.h>
  3. #include <dudehold.h>
  4. dudeholder::dudeholder(CString& dudename)
  5. : landscape((CString) "landscpe\otherdud.img")
  6. {
  7. m_type = DUDEHOLDER;
  8. m_Dude = dudename;
  9.     m_speed = 0;
  10. }