mirror of
https://github.com/open-goal/jak-project
synced 2026-05-24 07:11:15 -04:00
09142d1712
* generate object, but not supported in linker yet * add link and tests * update types
11 lines
264 B
Common Lisp
11 lines
264 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: progress.gc
|
|
;; name in dgo: progress
|
|
;; dgos: GAME, ENGINE
|
|
|
|
(defmethod relocate game-count-info ((this game-count-info) (offset int))
|
|
"Load in the game-count-info. This is a bit of a hack."
|
|
(set! *game-counts* this)
|
|
) |