mgba/src/util/patch-ips.h

9 lines
103 B
C

#ifndef PATCH_IPS_H
#define PATCH_IPS_H
struct Patch;
int loadPatchIPS(struct Patch* patch);
#endif