forked from mia/Aegisub
FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF Aegisub.pm
Originally committed to SVN as r1761.
This commit is contained in:
parent
864c446318
commit
7ffc21cc7e
1 changed files with 7 additions and 0 deletions
7
automation/include/Aegisub.pm
Normal file
7
automation/include/Aegisub.pm
Normal file
|
@ -0,0 +1,7 @@
|
|||
package Aegisub;
|
||||
use Exporter 'import';
|
||||
|
||||
@EXPORT = qw( text_extents );
|
||||
@EXPORT_OK = qw( warn );
|
||||
|
||||
1;
|
Loading…
Reference in a new issue