issues
search
glacier-modding
/
RPKG-Tool
The RPKG tool allows for easy (un)packing of files from the Glacier Engine RPKG file format! Hitman 3 has the most support.
https://glaciermodding.org/rpkg/
Other
47
stars
9
forks
source link
[RPKG] Continued cleanup and work towards a consistent style
#61
Closed
RDIL
closed
2 years ago
RDIL
commented
2 years ago
C-style casts to C++ style casts
stdint.h
->
cstdint
Where possible, use range-based for loops.
Hoist common constants.
github-actions[bot]
commented
2 years ago
Download the artifacts for this pull request:
rpkg.zip
rpkg-src.zip
stdint.h
->cstdint