forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
6
Kha/Tools/macos/std/flash/text/TextFormatDisplay.hx
Normal file
6
Kha/Tools/macos/std/flash/text/TextFormatDisplay.hx
Normal file
@ -0,0 +1,6 @@
|
||||
package flash.text;
|
||||
|
||||
@:native("flash.text.TextFormatDisplay") extern enum abstract TextFormatDisplay(String) {
|
||||
var BLOCK;
|
||||
var INLINE;
|
||||
}
|
Reference in New Issue
Block a user