00001
00002
00004
00005 #if !defined(AFX_TRIANGLEGLYPH_H__7DA9EBB7_DAF2_4DA2_9B7B_848CADE8895C__INCLUDED_)
00006 #define AFX_TRIANGLEGLYPH_H__7DA9EBB7_DAF2_4DA2_9B7B_848CADE8895C__INCLUDED_
00007
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011
00012 #include "Glyph.h"
00013
00014
00018 class CTriangleGlyph : public CGlyph
00019 {
00020 public:
00021 CTriangleGlyph();
00022 virtual ~CTriangleGlyph();
00023
00024 virtual void DrawGlyph(Vec3f pos, Vec3f vec);
00025 virtual void DrawGlyphBrushed(Vec3f pos, Vec3f vec);
00026
00027
00028 };
00029
00030 #endif // !defined(AFX_TRIANGLEGLYPH_H__7DA9EBB7_DAF2_4DA2_9B7B_848CADE8895C__INCLUDED_)