Files
jak-project/goal_src/jakx/engine/load/decomp-h.gc
T
2026-05-08 18:54:05 -04:00

17 lines
289 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: decomp-h.gc
;; name in dgo: decomp-h
;; dgos: ENGINE, GAME
;; DECOMP BEGINS
(deftype decomp-work (structure)
((buffer0 uint8 2048)
(buffer1 uint8 2048)
(indices uint16 2048)
(temp-indices uint16 2048)
)
)