;; "project file" for subtitles make tool.
;; it's very simple... a list of (version file)
;; eventually should also include output filename
;; you can find the game-text-version parsing in .cpp and an enum in goal-lib.gc

(subtitle
  (jak1-v1 "game/assets/subtitle/jak1/game_subtitle_en.txt")
  (jak1-v1 "game/assets/subtitle/jak1/game_subtitle_es.txt")
  )


