it really is best not to rewrite history. bring this back from the dead.
This commit is contained in:
parent
b80dea5a08
commit
69b0b2ca9e
|
|
@ -8,9 +8,9 @@
|
|||
(in-package :asteroid)
|
||||
|
||||
;; Define as RADIANCE module
|
||||
(define-module asteroid
|
||||
(:use #:cl #:radiance #:lass #:r-clip)
|
||||
(:domain "asteroid"))
|
||||
;; (define-module asteroid
|
||||
;; (:use #:cl #:radiance #:lass #:r-clip)
|
||||
;; (:domain "asteroid"))
|
||||
|
||||
;; Configuration -- this will be refactored to a dedicated
|
||||
;; configuration logic. Probably using 'ubiquity
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
(in-package #:rad-user)
|
||||
|
||||
(define-module #:asteroid
|
||||
(:use #:cl #:radiance #:asteroid.app-utils)
|
||||
(:use #:cl #:radiance #:lass #:r-clip #:asteroid.app-utils)
|
||||
(:domain "asteroid")
|
||||
(:export #:-main))
|
||||
|
|
|
|||
Loading…
Reference in New Issue