bbdll.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. // bbdll.h : main header file for the BBDLL DLL
  2. // must put build number define on third line
  3. #define BUILDNUM 14
  4. //
  5. //
  6. // Copyright 2002 Neil Van Eps
  7. //
  8. #if !defined(AFX_BBDLL_H__C75462F0_4711_11D6_880A_00104B2B0208__INCLUDED_)
  9. #define AFX_BBDLL_H__C75462F0_4711_11D6_880A_00104B2B0208__INCLUDED_
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13. #ifndef __AFXWIN_H__
  14. #error include 'stdafx.h' before including this file for PCH
  15. #endif
  16. #include "resource.h" // main symbols
  17. /////////////////////////////////////////////////////////////////////////////
  18. // CBbdllApp
  19. // See bbdll.cpp for the implementation of this class
  20. //
  21. class CBbdllApp : public CWinApp
  22. {
  23. public:
  24. CBbdllApp();
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CBbdllApp)
  28. //}}AFX_VIRTUAL
  29. //{{AFX_MSG(CBbdllApp)
  30. // NOTE - the ClassWizard will add and remove member functions here.
  31. // DO NOT EDIT what you see in these blocks of generated code !
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. /////////////////////////////////////////////////////////////////////////////
  36. //{{AFX_INSERT_LOCATION}}
  37. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  38. #endif // !defined(AFX_BBDLL_H__C75462F0_4711_11D6_880A_00104B2B0208__INCLUDED_)