HEAD.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 "head.h"
  4. #include "bmpsurf.h"
  5. head::head(personal *p) : baseobject(p->head())
  6. {
  7. }
  8. head::~head()
  9. {
  10. }