VECTOR.cpp
资源名称:g.rar [点击查看]
上传用户:laitongbao
上传日期:2021-02-20
资源大小:8176k
文件大小:0k
源码类别:

射击游戏

开发平台:

Visual C++

  1. // VECTOR.cpp: implementation of the VECTOR class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "stdafx.h"
  5. #include "VECTOR.h"
  6. //////////////////////////////////////////////////////////////////////
  7. // Construction/Destruction
  8. //////////////////////////////////////////////////////////////////////
  9. VECTOR::VECTOR()
  10. {
  11. }
  12. VECTOR::~VECTOR()
  13. {
  14. }