Edit

kc3-lang/ftgl/src/FTGlyph.cpp

Branch :

  • Show log

    Commit

  • Author : henry
    Date : 2001-12-10 21:30:58
    Hash : 3715b637
    Message : Added include for mmgr

  • src/FTGlyph.cpp
  • #include	"FTGlyph.h"
    #ifdef FTGL_DEBUG
    	#include "mmgr.h"
    #endif
    
    
    FTGlyph::FTGlyph()
    :	advance(0),
    	err(0)	
    {
    	pos.x = 0;
    	pos.y = 0;
    }
    
    
    FTGlyph::~FTGlyph()
    {}