mirror of
https://github.com/open-goal/jak-project
synced 2026-06-16 14:50:32 -04:00
42f7a675b2
* decomp: dark-eco-pool blocked by sparticle-launch-group label * decomp: finalize `dark-eco-pool` * decomp: mostly finish `beach-rocks` waiting for sparticle label supp * decomp: almost done `beach-rocks` but potential new handle case * decomp: finish `beach-rocks` * decomp: finish `assistant` * decomp: finish `miners`
10 lines
216 B
Common Lisp
10 lines
216 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 none))
|