mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-19 23:47:01 -04:00
Tom git-svn-id: svn+ssh://jekkos@svn.code.sf.net/p/opensourcepos/code/@24 c3eb156b-1dc0-44e1-88ae-e38439141b53
9 lines
120 B
PHP
9 lines
120 B
PHP
<?php
|
|
|
|
class line_hollow extends line_base
|
|
{
|
|
function line_hollow()
|
|
{
|
|
$this->type = "line_hollow";
|
|
}
|
|
} |