mgba/src/util/patch-ips.h

11 lines
125 B
C
Raw Normal View History

2014-07-07 06:39:27 +00:00
#ifndef PATCH_IPS_H
#define PATCH_IPS_H
2014-07-16 07:46:02 +00:00
#include "common.h"
2014-07-07 06:39:27 +00:00
struct Patch;
2014-07-16 07:46:02 +00:00
bool loadPatchIPS(struct Patch* patch);
2014-07-07 06:39:27 +00:00
#endif