Fix Haxe4 dev warnings

This commit is contained in:
Joshua Granick
2019-03-20 11:28:13 -07:00
parent a4cc3c13a9
commit 4a7a9eae9e
18 changed files with 198 additions and 125 deletions

View File

@@ -18,8 +18,12 @@ import lime.tools.PlatformTarget;
import sys.io.File;
import sys.FileSystem;
#if neko
#if haxe4
import sys.thread.Thread;
#else
import neko.vm.Thread;
#end
#end
class FlashPlatform extends PlatformTarget
{