~extremepopcorn/dhlib/dhlib_ep

1 by edA-qa mort-ora-y
first
1
/* <license>
2
 * This file is part of the dis-Emi-A HaXe Library. Copyright © edA-qa mort-ora-y
3
 * For full copyright and license information please refer to doc/license.txt.
4
 * </license> 
5
 */
6
package flashx.filter;
7
8
/**
9
 * Filter is the target independent typename for a Filter.
10
 */
11
#if flash
12
typedef Filter=flash.filters.BitmapFilter;
13
#else 
14
#error
15
#end