home *** CD-ROM | disk | FTP | other *** search
- // ScriptTestDlg.h : header file
- //
-
- #if !defined(AFX_SCRIPTTESTDLG_H__5DF66736_840C_4348_B283_11A32F117AA6__INCLUDED_)
- #define AFX_SCRIPTTESTDLG_H__5DF66736_840C_4348_B283_11A32F117AA6__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- #include "Audio.h"
-
- using namespace Audio;
-
-
- /////////////////////////////////////////////////////////////////////////////
- // CScriptTestDlg dialog
-
- class CScriptTestDlg : public CDialog
- {
- // Construction
- public:
- CScriptTestDlg(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CScriptTestDlg)
- enum { IDD = IDD_SCRIPTTEST_DIALOG };
- CSpinButtonCtrl m_PlayerStrength;
- CSpinButtonCtrl m_MonsterStrength;
- //}}AFX_DATA
-
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CScriptTestDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
- HICON m_hIcon;
- IAudioScript* m_pScript;
-
- // Generated message map functions
- //{{AFX_MSG(CScriptTestDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- afx_msg void OnDestroy();
- afx_msg void OnEncounterMonster();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_SCRIPTTESTDLG_H__5DF66736_840C_4348_B283_11A32F117AA6__INCLUDED_)
-