Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
water111 committed Feb 3, 2024
1 parent 2589897 commit dffe5f8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
2 changes: 2 additions & 0 deletions goal_src/jak3/engine/camera/cam-interface-h.gc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
;; name in dgo: cam-interface-h
;; dgos: GAME

(define-extern math-camera-matrix (function matrix))

;; DECOMP BEGINS

(define-perm *camera-init-mat* matrix #f)
Expand Down
27 changes: 27 additions & 0 deletions goal_src/jak3/engine/gfx/sprite/particles/sparticle-launcher-h.gc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@
;; name in dgo: sparticle-launcher-h
;; dgos: GAME

(declare-type sprite-vec-data-3d structure)
(declare-type sparticle-cpuinfo structure)
(declare-type sparticle-system structure)

(defenum sp-field-id
:type uint16
)

(defenum sp-flag
:type uint16
)

(defenum sp-group-item-flag
:bitfield #t
:type uint16
)

(defenum sp-launch-state-flags
:bitfield #t
:type uint16
)

(defenum sp-group-flag
:bitfield #t
:type uint16
)

;; DECOMP BEGINS

(deftype sparticle-birthinfo (structure)
Expand Down

0 comments on commit dffe5f8

Please sign in to comment.