mirror of
https://github.com/open-goal/jak-project
synced 2026-07-31 08:16:02 -04:00
[Decomp] Decompile more files. (#290)
* decompile ocean trans tables * more * exclude tables from decomp progress * format'
This commit is contained in:
@@ -5,3 +5,13 @@
|
||||
;; name in dgo: engines
|
||||
;; dgos: GAME, ENGINE
|
||||
|
||||
|
||||
;; Allocate some engines.
|
||||
|
||||
(define *background-draw-engine* (new 'global 'engine 'draw 10))
|
||||
(define *matrix-engine* (new 'global 'boxed-array handle 1024))
|
||||
(set! (-> *matrix-engine* length) 0)
|
||||
(define *camera-engine* (new 'global 'engine 'camera-eng 128))
|
||||
(if *debug-segment*
|
||||
(define *debug-engine* (new 'debug 'engine 'debug 512))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user