/branches/JStudio3D/source/Tools/Editor/CMaterial.h

# · C++ Header · 66 lines · 18 code · 12 blank · 36 comment · 0 complexity · dc8e1fa07312cf94d10ec2389b7ef896 MD5 · raw file

  1. /****************************************************************************************/
  2. /* CMATERIAL.H */
  3. /* */
  4. /* Author: */
  5. /* Description: */
  6. /* */
  7. /* The contents of this file are subject to the Jet3D Public License */
  8. /* Version 1.02 (the "License"); you may not use this file except in */
  9. /* compliance with the License. You may obtain a copy of the License at */
  10. /* http://www.jet3d.com */
  11. /* */
  12. /* Software distributed under the License is distributed on an "AS IS" */
  13. /* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See */
  14. /* the License for the specific language governing rights and limitations */
  15. /* under the License. */
  16. /* */
  17. /* The Original Code is Jet3D, released December 12, 1999. */
  18. /* Copyright (C) 1996-1999 Eclipse Entertainment, L.L.C. All Rights Reserved */
  19. /* */
  20. /****************************************************************************************/
  21. #if !defined(AFX_CMATERIAL_H__B22FAAE5_1DB9_11D3_95F4_004033AA0439__INCLUDED_)
  22. #define AFX_CMATERIAL_H__B22FAAE5_1DB9_11D3_95F4_004033AA0439__INCLUDED_
  23. #if _MSC_VER > 1000
  24. #pragma once
  25. #endif // _MSC_VER > 1000
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CMaterial window
  28. class CMaterial : public CStatic
  29. {
  30. // Construction
  31. public:
  32. CMaterial();
  33. // Attributes
  34. public:
  35. // Operations
  36. public:
  37. // Overrides
  38. // ClassWizard generated virtual function overrides
  39. //{{AFX_VIRTUAL(CMaterial)
  40. //}}AFX_VIRTUAL
  41. // Implementation
  42. public:
  43. virtual ~CMaterial();
  44. // Generated message map functions
  45. protected:
  46. //{{AFX_MSG(CMaterial)
  47. afx_msg void OnPaint();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_CMATERIAL_H__B22FAAE5_1DB9_11D3_95F4_004033AA0439__INCLUDED_)