www.pudn.com > Step03_Solved.zip > utilities.h


#include "StdAfx.h" 
 
//Declaration of createLayer(): 
Acad::ErrorStatus createLayer (const TCHAR* layerName, AcDbObjectId& layerId); 
//Declaration of createBlockRecord(): 
Acad::ErrorStatus createBlockRecord (const TCHAR *name);