// smtc_CreateFrndTmplClassDeclEntity.h
//

#ifndef LZZ_smtc_CreateFrndTmplClassDeclEntity_h
#define LZZ_smtc_CreateFrndTmplClassDeclEntity_h
// semantic
#include "smtc_EntityPtr.h"
#include "smtc_TmplClassDeclPtr.h"
#define LZZ_INLINE inline
namespace smtc
{
  EntityPtr createFrndTmplClassDeclEntity (TmplClassDeclPtr const & tmpl_class_decl);
}
#undef LZZ_INLINE
#endif
