mirror of
https://github.com/open-goal/jak-project
synced 2026-05-28 08:25:56 -04:00
10 lines
310 B
Common Lisp
10 lines
310 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: collide-shape.gc
|
|
;; name in dgo: collide-shape
|
|
;; dgos: GAME, ENGINE
|
|
|
|
;; TODO - for misty-teetertotter | rigid-body
|
|
(define-extern default-collision-reaction (function collide-shape-moving collide-shape-intersect vector vector none)) ;; TODO - not completely confirmed
|