jds_snake.h
资源名称:snake.rar [点击查看]
上传用户:ywxcgood
上传日期:2022-06-03
资源大小:1959k
文件大小:1k
源码类别:
其他游戏
开发平台:
Visual C++
- // jds_snake.h : main header file for the JDS_SNAKE application
- //
- #if !defined(AFX_JDS_SNAKE_H__07EC87AD_DD33_4A6F_8430_6AA4686C183F__INCLUDED_)
- #define AFX_JDS_SNAKE_H__07EC87AD_DD33_4A6F_8430_6AA4686C183F__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
- /////////////////////////////////////////////////////////////////////////////
- // CJds_snakeApp:
- // See jds_snake.cpp for the implementation of this class
- //
- class CJds_snakeApp : public CWinApp
- {
- public:
- CJds_snakeApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CJds_snakeApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CJds_snakeApp)
- afx_msg void OnAppAbout();
- // 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_JDS_SNAKE_H__07EC87AD_DD33_4A6F_8430_6AA4686C183F__INCLUDED_)