mm/tools/n64chksum.h
Rozelette dc7b8cc5b4
Add some OOT tools (#17)
* Add first_diff.py and sym_info.py

* Add c tools from OOT. Replace yaz0 tool
2020-09-17 17:11:59 -04:00

7 lines
134 B
C

#ifndef _N64CHKSUM_H_
#define _N64CHKSUM_H_
bool n64chksum_calculate(const uint8_t *romData, int cicType, uint32_t *chksum);
#endif