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

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