[Scummvm-cvs-logs] SF.net SVN: scummvm: [32193] scummvm/trunk/sound/fmopl.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue May 20 17:36:09 CEST 2008


Revision: 32193
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32193&view=rev
Author:   fingolfin
Date:     2008-05-20 08:36:09 -0700 (Tue, 20 May 2008)

Log Message:
-----------
Move makeAdlibOPL inside the #include guards

Modified Paths:
--------------
    scummvm/trunk/sound/fmopl.h

Modified: scummvm/trunk/sound/fmopl.h
===================================================================
--- scummvm/trunk/sound/fmopl.h	2008-05-20 09:16:20 UTC (rev 32192)
+++ scummvm/trunk/sound/fmopl.h	2008-05-20 15:36:09 UTC (rev 32193)
@@ -167,7 +167,7 @@
 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list