Files
jak-project/goal_src/jakx/engine/gfx/texture/texture.gc
T
2026-06-15 09:56:10 -04:00

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))