mirror of
https://github.com/open-goal/jak-project
synced 2026-06-24 17:53:18 -04:00
9074a35b9b
* fix let prints and windows warnings * missing include for windows * windows again
7 lines
90 B
Common Lisp
7 lines
90 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; failed to figure out what this is:
|
|
(let ((v0-0 0))
|
|
)
|