mgba/src/util/patch-ips.h

9 lines
103 B
C
Raw Normal View History

2014-07-07 06:39:27 +00:00
#ifndef PATCH_IPS_H
#define PATCH_IPS_H
struct Patch;
int loadPatchIPS(struct Patch* patch);
#endif