mirror of
https://github.com/open-goal/jak-project
synced 2026-09-09 20:21:28 -04:00
11 lines
174 B
Common Lisp
11 lines
174 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: tie-methods.gc
|
|
;; name in dgo: tie-methods
|
|
;; dgos: GAME, ENGINE
|
|
|
|
(defun tie-init-buffers ((dma-buf dma-buffer))
|
|
;; TODO stub.
|
|
)
|