forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
12
Kha/Backends/Kinc-hxcpp/khacpp/test/native/tests/TestGlobalNamespace.hx
Executable file
12
Kha/Backends/Kinc-hxcpp/khacpp/test/native/tests/TestGlobalNamespace.hx
Executable file
@ -0,0 +1,12 @@
|
||||
package tests;
|
||||
|
||||
class TestGlobalNamespace extends haxe.unit.TestCase
|
||||
{
|
||||
var shortPtr:externs.ShortPtr;
|
||||
|
||||
public function testGen()
|
||||
{
|
||||
assertTrue(true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user