forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
10
Kha/Backends/Kinc-hxcpp/khacpp/test/cppia/Common.hx
Normal file
10
Kha/Backends/Kinc-hxcpp/khacpp/test/cppia/Common.hx
Normal file
@ -0,0 +1,10 @@
|
||||
class Common
|
||||
{
|
||||
public static var status:String = "tests not run";
|
||||
public static var hostImplementation:pack.HostInterface;
|
||||
public static var clientImplementation:pack.HostInterface;
|
||||
|
||||
public static var callbackSet:Int = 0;
|
||||
public static var callback: Void->Void;
|
||||
|
||||
}
|
Reference in New Issue
Block a user