(defn load-strings "Load data from a file and shove it into a String array." [^PApplet sketch filename] (.loadStrings sketch filename))
Comments top
No comments for load-strings. Log in to add a comment.