Added include guards
This commit is contained in:
parent
349c47d122
commit
c888947c5e
|
@ -1,3 +1,6 @@
|
||||||
|
#ifndef NSF_H
|
||||||
|
#define NSF_H
|
||||||
|
|
||||||
/* FCE Ultra - NES/Famicom Emulator
|
/* FCE Ultra - NES/Famicom Emulator
|
||||||
*
|
*
|
||||||
* Copyright notice for this file:
|
* Copyright notice for this file:
|
||||||
|
@ -46,3 +49,5 @@ extern NSF_HEADER NSFHeader; //mbg merge 6/29/06
|
||||||
void NSFDealloc(void);
|
void NSFDealloc(void);
|
||||||
void NSFDodo(void);
|
void NSFDodo(void);
|
||||||
void DoNSFFrame(void);
|
void DoNSFFrame(void);
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in New Issue