summaryrefslogtreecommitdiff
path: root/tools/n64chksum.h
blob: f5b73be49c69b57f6292cb700d07b9dbe82464ab (plain)
1
2
3
4
5
6
7
8
#ifndef N64CHKSUM_H
#define N64CHKSUM_H

#include <stdint.h>

bool n64chksum_calculate(const uint8_t *romData, int cicType, uint32_t *chksum);

#endif