;;-*-Lisp-*- (in-package goal) ;; name: decomp-h.gc ;; name in dgo: decomp-h ;; dgos: GAME (define-extern unpack-comp-lzo (function (pointer uint8) (pointer uint8) none)) ;; DECOMP BEGINS (deftype decomp-work (structure) "Temporary storage for visibility data decompression. This is stored on the scratchpad." ((buffer0 uint8 2048) (buffer1 uint8 2048) (indices uint16 2048) (temp-indices uint16 2048) ) )