Files
vba10/VBAM/common/Patch.h

9 lines
141 B
C

#ifndef PATCH_H
#define PATCH_H
#include "Types.h"
bool applyPatch(const char *patchname, u8 **rom, int *size);
#endif // PATCH_H