mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-24 05:19:53 +00:00
dc7b8cc5b4
* 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
|