P_Resistance.h
资源名称:g.rar [点击查看]
上传用户:laitongbao
上传日期:2021-02-20
资源大小:8176k
文件大小:1k
源码类别:
射击游戏
开发平台:
Visual C++
- // Resistance.h: interface for the Resistance class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_PRESISTANCE_H__3FE67DB0_8F2E_44A0_ACBE_4440913DF083__INCLUDED_)
- #define AFX_PRESISTANCE_H__3FE67DB0_8F2E_44A0_ACBE_4440913DF083__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "NodeObject.h"
- #include "DynamicsObject.h"
- class P_Resistance :
- public NodeObject,
- public DynamicsObject
- {
- public:
- P_Resistance(P_Resistance& src);
- P_Resistance(TCHAR* name);
- void PreDraw();
- void Apply();
- virtual ~P_Resistance();
- };
- #endif // !defined(AFX_RESISTANCE_H__3FE67DB0_8F2E_44A0_ACBE_4440913DF083__INCLUDED_)