mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-06-26 09:04:36 -04:00
f01196d797
Former-commit-id: 244aab14c50a64844f9b179ca8ddcfacfba17a1b [formerly 110f0cffccc4a295af61177993c26ee6b412f699] [formerly 62528fd5e9f1720dced5ab20aace71494177ff7b [formerly d8f76cecec41cfc82573cb1095213c8cf5c0cb3b]] Former-commit-id: b05083531e0d9f1b04d7b20d495cb2faf8af6e4d [formerly fe0d00f05ac439489166de9662651bec68fa877c] Former-commit-id: a9bd437dc8f625718d1d2e53236913f66a626523
15 lines
359 B
C++
15 lines
359 B
C++
# globally accessible functions and data
|
|
# these will be accessible by C code and show up in the .map file
|
|
|
|
# need to be moved to proper spots in .s
|
|
|
|
.global decompress.buildtable
|
|
.global decompress.inflate
|
|
.global decompress.type0
|
|
.global decompress.type1
|
|
.global decompress.type2
|
|
.global decompress.table
|
|
.global decompress.start
|
|
.global decompress.entry
|
|
|