U3Start.h 223 B

1234567891011121314
  1. #pragma once
  2. #ifndef __AFXWIN_H__
  3. #error include 'stdafx.h' before including this file for PCH
  4. #endif
  5. #include "resource.h" // main symbols
  6. class CU3StartApp : public CWinApp
  7. {
  8. public:
  9. virtual BOOL InitInstance();
  10. };