aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/timer_lol.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-03-04 11:53:25 +0000
committerJohannes Schickel2009-03-04 11:53:25 +0000
commitefd7c2eac972e86c6e0d4699dcb8f2ce38649587 (patch)
treebffa819253284085c6d951c2a20d10bcebf2e361 /engines/kyra/timer_lol.cpp
parent565c075e3b7491a20618b46df09403cf323efed7 (diff)
downloadscummvm-rg350-efd7c2eac972e86c6e0d4699dcb8f2ce38649587.tar.gz
scummvm-rg350-efd7c2eac972e86c6e0d4699dcb8f2ce38649587.tar.bz2
scummvm-rg350-efd7c2eac972e86c6e0d4699dcb8f2ce38649587.zip
Ease conditional LoL compiling with build systems not based on the default one.
svn-id: r39125
Diffstat (limited to 'engines/kyra/timer_lol.cpp')
-rw-r--r--engines/kyra/timer_lol.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/kyra/timer_lol.cpp b/engines/kyra/timer_lol.cpp
index 6bbb9e6b2c..39b89416e0 100644
--- a/engines/kyra/timer_lol.cpp
+++ b/engines/kyra/timer_lol.cpp
@@ -23,6 +23,8 @@
*
*/
+#ifdef ENABLE_LOL
+
#include "kyra/lol.h"
#include "kyra/screen_lol.h"
#include "kyra/timer.h"
@@ -115,3 +117,6 @@ void LoLEngine::timerFadeMessageText(int timerNum) {
}
} // end of namespace Kyra
+
+#endif // ENABLE_LOL
+