/branches/JStudio3D/source/Tools/Editor/CMaterial.h
# · C++ Header · 66 lines · 18 code · 12 blank · 36 comment · 0 complexity · dc8e1fa07312cf94d10ec2389b7ef896 MD5 · raw file
- /****************************************************************************************/
- /* CMATERIAL.H */
- /* */
- /* Author: */
- /* Description: */
- /* */
- /* The contents of this file are subject to the Jet3D Public License */
- /* Version 1.02 (the "License"); you may not use this file except in */
- /* compliance with the License. You may obtain a copy of the License at */
- /* http://www.jet3d.com */
- /* */
- /* Software distributed under the License is distributed on an "AS IS" */
- /* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See */
- /* the License for the specific language governing rights and limitations */
- /* under the License. */
- /* */
- /* The Original Code is Jet3D, released December 12, 1999. */
- /* Copyright (C) 1996-1999 Eclipse Entertainment, L.L.C. All Rights Reserved */
- /* */
- /****************************************************************************************/
- #if !defined(AFX_CMATERIAL_H__B22FAAE5_1DB9_11D3_95F4_004033AA0439__INCLUDED_)
- #define AFX_CMATERIAL_H__B22FAAE5_1DB9_11D3_95F4_004033AA0439__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CMaterial window
- class CMaterial : public CStatic
- {
- // Construction
- public:
- CMaterial();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMaterial)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- virtual ~CMaterial();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMaterial)
- afx_msg void OnPaint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_CMATERIAL_H__B22FAAE5_1DB9_11D3_95F4_004033AA0439__INCLUDED_)