forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
package api;
|
||||
|
||||
@:nativeGen
|
||||
interface HaxeObject
|
||||
{
|
||||
public function getName( ):cpp.StdString;
|
||||
public function setName( inName:cpp.StdStringRef ) : Void;
|
||||
public function createChild() : HaxeObject;
|
||||
public function printInt(x:Int):Void;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user