iconic21log.h 501 B

1234567891011121314151617181920212223242526272829303132
  1. // iconic21og.h : main header file for the PROJECT_NAME application
  2. //
  3. #pragma once
  4. #ifndef __AFXWIN_H__
  5. #error "include 'pch.h' before including this file for PCH"
  6. #endif
  7. #include "resource.h" // main symbols
  8. // Ciconic21logApp:
  9. // See iconic21log.cpp for the implementation of this class
  10. //
  11. class Ciconic21logApp : public CWinApp
  12. {
  13. public:
  14. Ciconic21logApp();
  15. // Overrides
  16. public:
  17. virtual BOOL InitInstance();
  18. // Implementation
  19. DECLARE_MESSAGE_MAP()
  20. };
  21. extern Ciconic21logApp theApp;