This commit is contained in:
parent
d490a19952
commit
2e606b05d2
19 changed files with 79 additions and 31 deletions
|
@ -19,6 +19,10 @@ public:
|
|||
// Dialog Data
|
||||
//{{AFX_DATA(CGUILayerActor)
|
||||
enum { IDD = IDD_LAYER_ACTOR };
|
||||
CSpinButtonCtrl m_TurnRateSpin;
|
||||
CSpinButtonCtrl m_SpeedSpin;
|
||||
CSpinButtonCtrl m_HealthSpin;
|
||||
CSpinButtonCtrl m_AttackSpin;
|
||||
CButton m_Collision;
|
||||
CButton m_Player;
|
||||
CEdit m_TurnRate;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue