forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
9
Kha/Backends/Empty/kha/arrays/ByteBuffer.hx
Normal file
9
Kha/Backends/Empty/kha/arrays/ByteBuffer.hx
Normal file
@ -0,0 +1,9 @@
|
||||
package kha.arrays;
|
||||
|
||||
class ByteBuffer {
|
||||
public static function create(length: Int): ByteBuffer {
|
||||
return null;
|
||||
}
|
||||
|
||||
function new(length: Int) {}
|
||||
}
|
Reference in New Issue
Block a user