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
8 lines
163 B
Common Lisp
8 lines
163 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: progress-static.gc
|
|
;; name in dgo: progress-static
|
|
;; dgos: GAME, ENGINE
|
|
|
|
(define *game-counts* (the game-count-info '#f)) |