forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
lib/haxerecast/Sources/webidl/Options.hx
Normal file
10
lib/haxerecast/Sources/webidl/Options.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package webidl;
|
||||
|
||||
typedef Options = {
|
||||
var idlFile : String;
|
||||
var nativeLib : String;
|
||||
@:optional var outputDir : String;
|
||||
@:optional var includeCode : String;
|
||||
@:optional var chopPrefix : String;
|
||||
@:optional var autoGC : Bool;
|
||||
}
|
Reference in New Issue
Block a user