Add header guards

This commit is contained in:
negativeExponent
2020-02-16 23:18:27 +08:00
parent a37314c4be
commit 2eeabe880c
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
#ifndef _MMC3_H
#define _MMC3_H
extern uint8 MMC3_cmd;
extern uint8 mmc3opts;
extern uint8 A000B;
@@ -24,3 +27,5 @@ DECLFW(MMC3_CMDWrite);
DECLFW(MMC3_IRQWrite);
void GenMMC3_Init(CartInfo *info, int prg, int chr, int wram, int battery);
#endif /* _MMC3_H */