File: package.Imlib.php

package info (click to toggle)
php-imlib 0.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,020 kB
  • ctags: 817
  • sloc: php: 2,464; ansic: 1,324; xml: 94; makefile: 67; sh: 12
file content (11 lines) | stat: -rw-r--r-- 254 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
<?php

include './class.ImlibImage.php';
include './class.ImlibColor.php';
include './class.ImlibCliprect.php';
include './class.ImlibColorRange.php';
include './class.ImlibText.php';
include './class.ImlibDraw.php';
include './class.ImlibPoly.php';

?>