neroFiddles.h 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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: NeroFiddles NeroAPI Example
  10. |*
  11. |* FILE: NeroFiddles.h
  12. |*
  13. |* PURPOSE: Declaration file for the application.
  14. ******************************************************************************/
  15. // neroFiddles.h : main header file for the NEROFIDDLES application
  16. //
  17. #if !defined(AFX_NEROFIDDLES_H__78BE85B7_87B6_11D4_8056_00105ABB05E6__INCLUDED_)
  18. #define AFX_NEROFIDDLES_H__78BE85B7_87B6_11D4_8056_00105ABB05E6__INCLUDED_
  19. #if _MSC_VER > 1000
  20. #pragma once
  21. #endif // _MSC_VER > 1000
  22. #ifndef __AFXWIN_H__
  23. #error include 'stdafx.h' before including this file for PCH
  24. #endif
  25. #include "resource.h" // main symbols
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CNeroFiddlesApp:
  28. // See neroFiddles.cpp for the implementation of this class
  29. //
  30. class CNeroFiddlesApp : public CWinApp
  31. {
  32. public:
  33. CNeroFiddlesApp();
  34. // Overrides
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(CNeroFiddlesApp)
  37. public:
  38. virtual BOOL InitInstance();
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. //{{AFX_MSG(CNeroFiddlesApp)
  42. // NOTE - the ClassWizard will add and remove member functions here.
  43. // DO NOT EDIT what you see in these blocks of generated code !
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_NEROFIDDLES_H__78BE85B7_87B6_11D4_8056_00105ABB05E6__INCLUDED_)