00001 // 00002 // Copyright 2003 Sony Corporation 00003 // 00004 // Permission to use, copy, modify, and redistribute this software for 00005 // non-commercial use is hereby granted. 00006 // 00007 // This software is provided "as is" without warranty of any kind, 00008 // either expressed or implied, including but not limited to the 00009 // implied warranties of fitness for a particular purpose. 00010 // 00011 // BattViewer.h : main header file for the BATTVIEWER application 00012 // 00013 00014 #if !defined(AFX_BATTVIEWER_H__82F80A45_CF3C_11D7_86A0_0090CC0FC3B5__INCLUDED_) 00015 #define AFX_BATTVIEWER_H__82F80A45_CF3C_11D7_86A0_0090CC0FC3B5__INCLUDED_ 00016 00017 #if _MSC_VER > 1000 00018 #pragma once 00019 #endif // _MSC_VER > 1000 00020 00021 #ifndef __AFXWIN_H__ 00022 #error include 'stdafx.h' before including this file for PCH 00023 #endif 00024 00025 #include "resource.h" // main symbols 00026 00028 // CBattViewerApp: 00029 // See BattViewer.cpp for the implementation of this class 00030 // 00031 00032 class CBattViewerApp : public CWinApp 00033 { 00034 public: 00035 CBattViewerApp(); 00036 00037 // Overrides 00038 // ClassWizard generated virtual function overrides 00039 //{{AFX_VIRTUAL(CBattViewerApp) 00040 public: 00041 virtual BOOL InitInstance(); 00042 //}}AFX_VIRTUAL 00043 00044 // Implementation 00045 00046 //{{AFX_MSG(CBattViewerApp) 00047 // NOTE - the ClassWizard will add and remove member functions here. 00048 // DO NOT EDIT what you see in these blocks of generated code ! 00049 //}}AFX_MSG 00050 DECLARE_MESSAGE_MAP() 00051 }; 00052 00053 00055 00056 //{{AFX_INSERT_LOCATION}} 00057 // Microsoft Visual C++ will insert additional declarations immediately before the previous line. 00058 00059 #endif // !defined(AFX_BATTVIEWER_H__82F80A45_CF3C_11D7_86A0_0090CC0FC3B5__INCLUDED_)