Missing ifndef

This commit is contained in:
cam900 2022-12-14 02:09:48 +09:00
parent 406cfb0ddd
commit c163f70983
6 changed files with 10 additions and 5 deletions

View File

@ -19,8 +19,8 @@
#ifndef _GENESIS_H #ifndef _GENESIS_H
#define _GENESIS_H #define _GENESIS_H
#include "fmshared_OPN.h"
#include "fmshared_OPN.h"
#include "../../../extern/Nuked-OPN2/ym3438.h" #include "../../../extern/Nuked-OPN2/ym3438.h"
#include "sound/ymfm/ymfm_opn.h" #include "sound/ymfm/ymfm_opn.h"

View File

@ -17,6 +17,9 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef _GENESISEXT_H
#define _GENESISEXT_H
#include "../dispatch.h" #include "../dispatch.h"
#include "genesis.h" #include "genesis.h"
@ -43,3 +46,5 @@ class DivPlatformGenesisExt: public DivPlatformGenesis {
void quit(); void quit();
~DivPlatformGenesisExt(); ~DivPlatformGenesisExt();
}; };
#endif

View File

@ -44,4 +44,4 @@ class DivPlatformYM2203Ext: public DivPlatformYM2203 {
~DivPlatformYM2203Ext(); ~DivPlatformYM2203Ext();
}; };
#endif #endif

View File

@ -44,4 +44,4 @@ class DivPlatformYM2608Ext: public DivPlatformYM2608 {
~DivPlatformYM2608Ext(); ~DivPlatformYM2608Ext();
}; };
#endif #endif

View File

@ -44,4 +44,4 @@ class DivPlatformYM2610BExt: public DivPlatformYM2610B {
~DivPlatformYM2610BExt(); ~DivPlatformYM2610BExt();
}; };
#endif #endif

View File

@ -44,4 +44,4 @@ class DivPlatformYM2610Ext: public DivPlatformYM2610 {
~DivPlatformYM2610Ext(); ~DivPlatformYM2610Ext();
}; };
#endif #endif