myWav.h 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /******************************************************************************
  2. |* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  3. |* ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  4. |* THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  5. |* PARTICULAR PURPOSE.
  6. |*
  7. |* Copyright 1995-2005 Nero AG. All Rights Reserved.
  8. |*-----------------------------------------------------------------------------
  9. |* PROJECT: Nero Plugin Manager Example
  10. |*
  11. |* FILE: myWav.h
  12. |*
  13. |* PURPOSE: CWavApp declaration.
  14. ******************************************************************************/
  15. #if !defined(AFX_MYWAV_H__E5459AD3_C7F4_11D6_BA0E_00A0D2171523__INCLUDED_)
  16. #define AFX_MYWAV_H__E5459AD3_C7F4_11D6_BA0E_00A0D2171523__INCLUDED_
  17. #if _MSC_VER > 1000
  18. #pragma once
  19. #endif // _MSC_VER > 1000
  20. #ifndef __AFXWIN_H__
  21. #error include 'stdafx.h' before including this file for PCH
  22. #endif
  23. #include "resource.h" // main symbols
  24. // Application class. Stores and retrieves last parameters of settings editor
  25. // dialog in registry.
  26. class CWavApp : public CWinApp
  27. {
  28. public:
  29. CWavApp();
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CWavApp)
  33. public:
  34. //}}AFX_VIRTUAL
  35. //{{AFX_MSG(CWavApp)
  36. // NOTE - the ClassWizard will add and remove member functions here.
  37. // DO NOT EDIT what you see in these blocks of generated code !
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_MYWAV_H__E5459AD3_C7F4_11D6_BA0E_00A0D2171523__INCLUDED_)