00001
00002
00004
00005 #if !defined(AFX_GLYPH_BITMAP_H__7DA9EBB7_DAF2_4DA2_9B7B_848CADE8895C__INCLUDED_)
00006 #define AFX_GLYPH_BITMAP_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
00017 class CGlyph_Bitmap : public CGlyph
00018 {
00019 public:
00020 CGlyph_Bitmap();
00021 virtual ~CGlyph_Bitmap();
00022
00023 virtual void DrawGlyph(Vec3f pos, Vec3f vec);
00024 virtual void DrawGlyphBrushed(Vec3f pos, Vec3f vec){};
00025
00026 };
00027
00028 #endif // !defined(AFX_GLYPH_BITMAP_H__7DA9EBB7_DAF2_4DA2_9B7B_848CADE8895C__INCLUDED_)