forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
15
Kha/Backends/HTML5-Worker/kha/Storage.hx
Normal file
15
Kha/Backends/HTML5-Worker/kha/Storage.hx
Normal file
@ -0,0 +1,15 @@
|
||||
package kha;
|
||||
|
||||
import haxe.io.Bytes;
|
||||
import haxe.io.BytesData;
|
||||
import js.lib.ArrayBuffer;
|
||||
|
||||
class Storage {
|
||||
public static function namedFile(name: String): StorageFile {
|
||||
return null;
|
||||
}
|
||||
|
||||
public static function defaultFile(): StorageFile {
|
||||
return namedFile("default.kha");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user