[Scummvm-cvs-logs] SF.net SVN: scummvm:[39346] scummvm/trunk/engines/kyra

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Mar 11 23:58:26 CET 2009


Revision: 39346
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39346&view=rev
Author:   thebluegr
Date:     2009-03-11 22:58:26 +0000 (Wed, 11 Mar 2009)

Log Message:
-----------
Wrap the code in text_lol.* around ENABLE_LOL checks

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/text_lol.cpp
    scummvm/trunk/engines/kyra/text_lol.h

Modified: scummvm/trunk/engines/kyra/text_lol.cpp
===================================================================
--- scummvm/trunk/engines/kyra/text_lol.cpp	2009-03-11 22:52:54 UTC (rev 39345)
+++ scummvm/trunk/engines/kyra/text_lol.cpp	2009-03-11 22:58:26 UTC (rev 39346)
@@ -23,6 +23,8 @@
  *
  */
 
+#ifdef ENABLE_LOL
+
 #include "kyra/lol.h"
 #include "kyra/screen_lol.h"
 #include "kyra/timer.h"
@@ -682,3 +684,6 @@
 }
 
 } // end of namespace Kyra
+
+#endif // ENABLE_LOL
+

Modified: scummvm/trunk/engines/kyra/text_lol.h
===================================================================
--- scummvm/trunk/engines/kyra/text_lol.h	2009-03-11 22:52:54 UTC (rev 39345)
+++ scummvm/trunk/engines/kyra/text_lol.h	2009-03-11 22:58:26 UTC (rev 39346)
@@ -23,6 +23,8 @@
  *
  */
 
+#ifdef ENABLE_LOL
+
 #ifndef KYRA_TEXT_LOL_H
 #define KYRA_TEXT_LOL_H
 
@@ -96,3 +98,5 @@
 
 #endif
 
+#endif // ENABLE_LOL
+


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