mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
* Add first_diff.py and sym_info.py * Add c tools from OOT. Replace yaz0 tool
7 lines
134 B
C
7 lines
134 B
C
#ifndef _N64CHKSUM_H_
|
|
#define _N64CHKSUM_H_
|
|
|
|
bool n64chksum_calculate(const uint8_t *romData, int cicType, uint32_t *chksum);
|
|
|
|
#endif
|