[yaml] add sources
This commit is contained in:
7
src/main/yaml/util/IntMap.hx
Normal file
7
src/main/yaml/util/IntMap.hx
Normal file
@@ -0,0 +1,7 @@
|
||||
package yaml.util;
|
||||
|
||||
#if haxe3
|
||||
typedef IntMap<T> = haxe.ds.IntMap<T>;
|
||||
#else
|
||||
typedef IntMap<T> = IntHash<T>;
|
||||
#end
|
||||
Reference in New Issue
Block a user