Files
stk-code_catmod/data/old.herring
hiker aedc0cccea Added documentation for herring system, renamed herring style files to a more sensible name.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/trunk@761 178a84e3-b1eb-0310-8ba1-8eac791a3b58
2006-09-12 09:59:42 +00:00

12 lines
185 B
Common Lisp

;; -*- mode: lisp -*-
;; nothing specified --> chose the default models
(herring
(gold "OLD_GOLD")
(silver "OLD_SILVER")
(green "OLD_GREEN")
(red "OLD_RED")
)
;; EOF ;;