TEXTOUT.cpp
上传用户:shangwu01
上传日期:2013-04-22
资源大小:707k
文件大小:1k
- // TEXTOUT.cpp: implementation of the CTEXTOUT class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "CAD.h"
- #include "TEXTOUT.h"
- #ifdef _DEBUG
- #undef THIS_FILE
- static char THIS_FILE[]=__FILE__;
- #define new DEBUG_NEW
- #endif
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CTEXTOUT::CTEXTOUT()
- {
- }
- CTEXTOUT::~CTEXTOUT()
- {
- }