home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Game_Audio / AudioTest / AudioTest.h < prev    next >
C/C++ Source or Header  |  2002-05-27  |  2KB  |  58 lines

  1. /***********************************************************\
  2. Copyright (C) James Boer, 2002. 
  3. All rights reserved worldwide.
  4.  
  5. This software is provided "as is" without express or implied
  6. warranties. You may freely copy and compile this source into
  7. applications you distribute provided that the copyright text
  8. below is included in the resulting source code, for example:
  9. "Portions Copyright (C) James Boer, 2002"
  10. \***********************************************************/
  11.  
  12. #if !defined(AFX_AUDIOTEST_H__5626EE04_C4F5_4FC4_AFF3_C0D9DE4CFC06__INCLUDED_)
  13. #define AFX_AUDIOTEST_H__5626EE04_C4F5_4FC4_AFF3_C0D9DE4CFC06__INCLUDED_
  14.  
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18.  
  19. #ifndef __AFXWIN_H__
  20.     #error include 'stdafx.h' before including this file for PCH
  21. #endif
  22.  
  23. #include "resource.h"        // main symbols
  24.  
  25. /////////////////////////////////////////////////////////////////////////////
  26. // CAudioTestApp:
  27. // See AudioTest.cpp for the implementation of this class
  28. //
  29.  
  30. class CAudioTestApp : public CWinApp
  31. {
  32. public:
  33.     CAudioTestApp();
  34.  
  35. // Overrides
  36.     // ClassWizard generated virtual function overrides
  37.     //{{AFX_VIRTUAL(CAudioTestApp)
  38.     public:
  39.     virtual BOOL InitInstance();
  40.     //}}AFX_VIRTUAL
  41.  
  42. // Implementation
  43.  
  44.     //{{AFX_MSG(CAudioTestApp)
  45.         // NOTE - the ClassWizard will add and remove member functions here.
  46.         //    DO NOT EDIT what you see in these blocks of generated code !
  47.     //}}AFX_MSG
  48.     DECLARE_MESSAGE_MAP()
  49. };
  50.  
  51.  
  52. /////////////////////////////////////////////////////////////////////////////
  53.  
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56.  
  57. #endif // !defined(AFX_AUDIOTEST_H__5626EE04_C4F5_4FC4_AFF3_C0D9DE4CFC06__INCLUDED_)
  58.