init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
class line_hollow extends line_base
|
||||
{
|
||||
function line_hollow()
|
||||
{
|
||||
$this->type = "line_hollow";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user