LaserGun.h
资源名称:g.rar [点击查看]
上传用户:laitongbao
上传日期:2021-02-20
资源大小:8176k
文件大小:1k
源码类别:
射击游戏
开发平台:
Visual C++
- // LaserGun.h: interface for the LaserGun class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "includeCGL.h"
- #if !defined(AFX_LASERGUN_H__69FF80E9_2867_489E_BE85_944C08BA2CEF__INCLUDED_)
- #define AFX_LASERGUN_H__69FF80E9_2867_489E_BE85_944C08BA2CEF__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- class LaserGun
- {
- public:
- LaserGun(NodeObject* owner,float xoffset);
- void Fire(VECTOR3 v0);
- virtual ~LaserGun();
- int damage;
- Particle_Emit* emit;
- private:
- };
- #endif // !defined(AFX_LASERGUN_H__69FF80E9_2867_489E_BE85_944C08BA2CEF__INCLUDED_)