mirror of
https://github.com/izzy2lost/vba10.git
synced 2026-03-26 18:15:30 -07:00
9 lines
141 B
C
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
|