Mercurial > cortex
comparison org/skin.org @ 45:f080f1e49fba
fixed imports, moved fox
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 08 Nov 2011 02:11:01 -0700 |
parents | 117eb477d0a7 |
children | 00d0e1639d4b |
comparison
equal
deleted
inserted
replaced
44:f3e33fd5f97d | 45:f080f1e49fba |
---|---|
106 * Example | 106 * Example |
107 | 107 |
108 #+srcname: touch-test | 108 #+srcname: touch-test |
109 #+begin_src clojure | 109 #+begin_src clojure |
110 (ns test.touch | 110 (ns test.touch |
111 (:use (cortex world util touch))) | 111 (:use (cortex import world util touch))) |
112 | 112 |
113 (cortex.import/mega-import-jme3) | 113 (cortex.import/mega-import-jme3) |
114 | 114 |
115 (use 'hello.brick-wall) | 115 (use 'hello.brick-wall) |
116 | 116 |