mirror of
https://github.com/open-goal/jak-project
synced 2026-05-31 01:16:12 -04:00
9b0480c50d
* implementation and a few working cases * fix self issue * fix run-function-in-process * fix up set-to-run
10 lines
223 B
Common Lisp
10 lines
223 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: process-taskable.gc
|
|
;; name in dgo: process-taskable
|
|
;; dgos: GAME, ENGINE
|
|
|
|
;; TODO - for beach-rocks
|
|
(define-extern othercam-init-by-other (function int symbol symbol symbol none))
|