mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 04:55:13 +00:00
Missing ifndef
This commit is contained in:
parent
406cfb0ddd
commit
c163f70983
6 changed files with 10 additions and 5 deletions
|
@ -19,8 +19,8 @@
|
|||
|
||||
#ifndef _GENESIS_H
|
||||
#define _GENESIS_H
|
||||
#include "fmshared_OPN.h"
|
||||
|
||||
#include "fmshared_OPN.h"
|
||||
#include "../../../extern/Nuked-OPN2/ym3438.h"
|
||||
#include "sound/ymfm/ymfm_opn.h"
|
||||
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef _GENESISEXT_H
|
||||
#define _GENESISEXT_H
|
||||
|
||||
#include "../dispatch.h"
|
||||
|
||||
#include "genesis.h"
|
||||
|
@ -43,3 +46,5 @@ class DivPlatformGenesisExt: public DivPlatformGenesis {
|
|||
void quit();
|
||||
~DivPlatformGenesisExt();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -44,4 +44,4 @@ class DivPlatformYM2203Ext: public DivPlatformYM2203 {
|
|||
~DivPlatformYM2203Ext();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -44,4 +44,4 @@ class DivPlatformYM2608Ext: public DivPlatformYM2608 {
|
|||
~DivPlatformYM2608Ext();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -44,4 +44,4 @@ class DivPlatformYM2610BExt: public DivPlatformYM2610B {
|
|||
~DivPlatformYM2610BExt();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -44,4 +44,4 @@ class DivPlatformYM2610Ext: public DivPlatformYM2610 {
|
|||
~DivPlatformYM2610Ext();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue