home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / beaversweeper_v101.zip / src / VoiceBaseDlg.h < prev   
C/C++ Source or Header  |  2003-01-06  |  1KB  |  35 lines

  1. #if !defined(AFX_VOICEBASEDLG_H__A69BB9EF_8C4E_40B8_911D_80F508B2DB60__INCLUDED_)
  2. #define AFX_VOICEBASEDLG_H__A69BB9EF_8C4E_40B8_911D_80F508B2DB60__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // VoiceBaseDlg.h : header file
  8. //
  9.  
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CVoiceBaseDlg dialog
  12. #include "isSynth.h"
  13.  
  14.  
  15. class CVoiceBaseDlg : public CDialog
  16. {
  17. // Construction
  18. public:
  19.   isSynth *synth;
  20.   isInstrument *instrument;
  21.   isVoice *voice;
  22.   CVoiceBaseDlg(UINT nIDTemplate, CWnd* pParentWnd = NULL);
  23.   void SetVoice(isVoice *_voice,isInstrument *_instr, isSynth *_synth);
  24.   virtual void UpdateVoiceData (void);
  25.  
  26.  
  27. protected:
  28.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. };
  30.  
  31. //{{AFX_INSERT_LOCATION}}
  32. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  33.  
  34. #endif // !defined(AFX_VOICEBASEDLG_H__A69BB9EF_8C4E_40B8_911D_80F508B2DB60__INCLUDED_)
  35.