Exemple #1
0
void BaseFeather::setType(short x)
{
	m_type = x % 2;
	simpleCreate(numSegment());
}
void		MemberMod::construct(const std::string &path, const std::string &name) {
	_path = path;
	_name = name;
	simpleCreate(_name);
}