mm/tools/buildtools/n64chksum.h

7 lines
130 B
C

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