Aegisub/automation/include/Aegisub.pm

8 lines
100 B
Perl
Raw Normal View History

package Aegisub;
use Exporter 'import';
@EXPORT = qw( text_extents );
@EXPORT_OK = qw( warn );
1;