ofc_line_hollow.php 112 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
<?php

class line_hollow extends line_base
{
	function line_hollow()
	{
		$this->type      = "line_hollow";
	}
}