Update Files
This commit is contained in:
6
Kha/Tools/macos/std/flash/display/PNGEncoderOptions.hx
Normal file
6
Kha/Tools/macos/std/flash/display/PNGEncoderOptions.hx
Normal file
@ -0,0 +1,6 @@
|
||||
package flash.display;
|
||||
|
||||
extern final class PNGEncoderOptions {
|
||||
var fastCompression : Bool;
|
||||
function new(fastCompression : Bool = false) : Void;
|
||||
}
|
Reference in New Issue
Block a user