mgba/src/util/patch-ups.h

9 lines
103 B
C
Raw Normal View History

2014-07-07 08:54:40 +00:00
#ifndef PATCH_UPS_H
#define PATCH_UPS_H
struct Patch;
int loadPatchUPS(struct Patch* patch);
#endif