VECTOR.cpp
资源名称:g.rar [点击查看]
上传用户:laitongbao
上传日期:2021-02-20
资源大小:8176k
文件大小:0k
源码类别:
射击游戏
开发平台:
Visual C++
- // VECTOR.cpp: implementation of the VECTOR class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "VECTOR.h"
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- VECTOR::VECTOR()
- {
- }
- VECTOR::~VECTOR()
- {
- }