PutBullet.h
资源名称:TankWar.rar [点击查看]
上传用户:jindun001
上传日期:2021-02-02
资源大小:13780k
文件大小:1k
源码类别:
射击游戏
开发平台:
Visual C++
- // PutBullet.h : main header file for the PUTBULLET DLL
- //
- #if !defined(AFX_PUTBULLET_H__65FDA9FA_68B1_444C_9E70_E8E263F3F6C1__INCLUDED_)
- #define AFX_PUTBULLET_H__65FDA9FA_68B1_444C_9E70_E8E263F3F6C1__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CPutBulletApp
- // See PutBullet.cpp for the implementation of this class
- //
- class CPutBulletApp : public CWinApp
- {
- public:
- CPutBulletApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPutBulletApp)
- //}}AFX_VIRTUAL
- //{{AFX_MSG(CPutBulletApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PUTBULLET_H__65FDA9FA_68B1_444C_9E70_E8E263F3F6C1__INCLUDED_)