mirror of
https://github.com/open-goal/jak-project
synced 2026-07-11 15:28:58 -04:00
a3e004f475
Co-authored-by: Hat Kid <6624576+Hat-Kid@users.noreply.github.com>
10 lines
194 B
Common Lisp
10 lines
194 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: texture.gc
|
|
;; name in dgo: texture
|
|
;; dgos: ENGINE, GAME
|
|
|
|
;; DECOMP BEGINS
|
|
|
|
(define-extern lookup-texture-id-by-name (function string string texture-id)) |