This commit is contained in:
parent
425713a3aa
commit
c1309c1c96
44 changed files with 2193 additions and 1452 deletions
53
Utils/MapEdit/GUILayerCollision.h
Normal file
53
Utils/MapEdit/GUILayerCollision.h
Normal file
|
@ -0,0 +1,53 @@
|
|||
#if !defined(AFX_GUILAYERCOLLISION_H__19A02D59_C518_4A7E_8F76_93EF28087F77__INCLUDED_)
|
||||
#define AFX_GUILAYERCOLLISION_H__19A02D59_C518_4A7E_8F76_93EF28087F77__INCLUDED_
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
// GUILayerCollision.h : header file
|
||||
//
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// GUILayerCollision dialog
|
||||
|
||||
class GUILayerCollision : public CDialog
|
||||
{
|
||||
// Construction
|
||||
public:
|
||||
GUILayerCollision(CWnd* pParent = NULL); // standard constructor
|
||||
|
||||
// Dialog Data
|
||||
//{{AFX_DATA(GUILayerCollision)
|
||||
enum { IDD = IDD_LAYER_COLLISION };
|
||||
// NOTE: the ClassWizard will add data members here
|
||||
//}}AFX_DATA
|
||||
|
||||
|
||||
// Overrides
|
||||
// ClassWizard generated virtual function overrides
|
||||
//{{AFX_VIRTUAL(GUILayerCollision)
|
||||
protected:
|
||||
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||||
//}}AFX_VIRTUAL
|
||||
|
||||
// Implementation
|
||||
protected:
|
||||
|
||||
// Generated message map functions
|
||||
//{{AFX_MSG(GUILayerCollision)
|
||||
afx_msg void OnLayercollisionNormal();
|
||||
afx_msg void OnLayercollisionDamage();
|
||||
afx_msg void OnLayercollisionSlippery();
|
||||
afx_msg void OnLayercollisionElectric();
|
||||
afx_msg void OnLayercollisionSticky();
|
||||
afx_msg void OnLayercollisionWater();
|
||||
afx_msg void OnLayercollisionSolid();
|
||||
afx_msg void OnLayercollisionDeath();
|
||||
//}}AFX_MSG
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
//{{AFX_INSERT_LOCATION}}
|
||||
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||||
|
||||
#endif // !defined(AFX_GUILAYERCOLLISION_H__19A02D59_C518_4A7E_8F76_93EF28087F77__INCLUDED_)
|
Loading…
Add table
Add a link
Reference in a new issue