mirror of
https://github.com/open-goal/jak-project
synced 2026-06-27 02:45:14 -04:00
b7fe8447e2
* clean up * restore hack
13 lines
260 B
Common Lisp
13 lines
260 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: target.gc
|
|
;; name in dgo: target
|
|
;; dgos: GAME, ENGINE
|
|
|
|
;; TODO - for final-door
|
|
(define-extern target-stance (state target))
|
|
|
|
;; TODO - for target-snowball
|
|
(define-extern target-jump (state float float symbol target))
|