Add header guards

This commit is contained in:
twinaphex
2014-03-30 22:50:28 +02:00
parent 73bf72aa6c
commit d4a3125c44
36 changed files with 152 additions and 8 deletions

View File

@@ -1,3 +1,6 @@
#ifndef _FCEU_FDS_H
#define _FCEU_FDS_H
void FDSSoundReset(void);
void FCEU_FDSInsert(int oride);
@@ -5,3 +8,5 @@ void FCEU_FDSEject(void);
void FCEU_FDSSelect(void);
extern uint32 lastDiskPtrRead, lastDiskPtrWrite;
#endif