Should fix mempatcher-driver.h

This commit is contained in:
twinaphex 2014-06-26 23:50:49 +02:00
parent 7b18247362
commit 4904857524

View File

@ -1,5 +1,5 @@
#ifndef __MDFN_MEMPATCHER_DRIVER_H
#define __MDFN_MEMPATCHER_DRIVER_HH
#define __MDFN_MEMPATCHER_DRIVER_H
int MDFNI_DecodePAR(const char *code, uint32 *a, uint8 *v, uint8 *c, char *type);
int MDFNI_DecodeGG(const char *str, uint32 *a, uint8 *v, uint8 *c, char *type);