diff options
author | Max Horn | 2008-05-20 15:36:09 +0000 |
---|---|---|
committer | Max Horn | 2008-05-20 15:36:09 +0000 |
commit | 9f12f0c450806a0c2e251edfa6de357cce3d70f4 (patch) | |
tree | 3afcb8b7096e56791b397339eb8672ca5f35ae0c /sound | |
parent | 26d6e2c68aad953bbce7923d875320947fbef01a (diff) | |
download | scummvm-rg350-9f12f0c450806a0c2e251edfa6de357cce3d70f4.tar.gz scummvm-rg350-9f12f0c450806a0c2e251edfa6de357cce3d70f4.tar.bz2 scummvm-rg350-9f12f0c450806a0c2e251edfa6de357cce3d70f4.zip |
Move makeAdlibOPL inside the #include guards
svn-id: r32193
Diffstat (limited to 'sound')
-rw-r--r-- | sound/fmopl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/fmopl.h b/sound/fmopl.h index cc2f967f25..890a2d1a56 100644 --- a/sound/fmopl.h +++ b/sound/fmopl.h @@ -167,7 +167,7 @@ int OPLTimerOver(FM_OPL *OPL, int c); void OPLWriteReg(FM_OPL *OPL, int r, int v); void YM3812UpdateOne(FM_OPL *OPL, int16 *buffer, int length); -#endif - // Factory method FM_OPL *makeAdlibOPL(int rate); + +#endif |