예제 #1
0
파일: pen.cpp 프로젝트: Leinad4Mind/Aegisub
void Pen::OnWidthChanged(agi::OptionValue const& opt) {
	impl.SetWidth(opt.GetInt());
}