Browse Source

added haxe.Resource

Nicolas Cannasse 17 years ago
parent
commit
89ca483345
1 changed files with 1 additions and 0 deletions
  1. 1 0
      std/haxe/ImportAll.hx

+ 1 - 0
std/haxe/ImportAll.hx

@@ -58,6 +58,7 @@ import haxe.Template;
 import haxe.Timer;
 import haxe.Unserializer;
 import haxe.Int32;
+import haxe.Resource;
 
 import haxe.io.Bytes;
 import haxe.io.BytesBuffer;