Export the string functions from utils-auto4.lua

This commit is contained in:
Thomas Goyne 2013-05-02 07:30:25 -07:00
parent ffb8c29ca2
commit 9bcc6efcc8
1 changed files with 3 additions and 0 deletions

View File

@ -44,3 +44,6 @@ clamp = util.clamp
interpolate = util.interpolate
interpolate_color = util.interpolate_color
interpolate_alpha = util.interpolate_alpha
string.headtail = util.headtail
string.trim = util.trim
string.words = util.words