File: package.Imlib.php

package info (click to toggle)
php-imlib 0.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 572 kB
  • ctags: 430
  • sloc: ansic: 1,287; php: 626; sh: 94; makefile: 66
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';

?>