Files
armorpaint/Sources/import.hx
T

9 lines
84 B
Haxe
Raw Normal View History

2020-03-18 20:26:28 +01:00
// Global imports
#if (!macro)
2020-03-20 16:36:18 +01:00
import arm.Translator.tr;
2020-03-18 20:26:28 +01:00
using StringTools;
#end