From efd7c2eac972e86c6e0d4699dcb8f2ce38649587 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 4 Mar 2009 11:53:25 +0000 Subject: Ease conditional LoL compiling with build systems not based on the default one. svn-id: r39125 --- engines/kyra/timer_lol.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/kyra/timer_lol.cpp') 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 + -- cgit v1.2.3