[yaml] add sources

This commit is contained in:
2020-02-13 17:20:50 +03:00
parent 39ca4b3d9b
commit c889ca04da
33 changed files with 4338 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
package yaml.util;
#if haxe3
typedef IntMap<T> = haxe.ds.IntMap<T>;
#else
typedef IntMap<T> = IntHash<T>;
#end