From f496f9932d5d18e8ead9a6182c2782f9f4405684 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 11 Mar 2009 22:58:26 +0000 Subject: Wrap the code in text_lol.* around ENABLE_LOL checks svn-id: r39346 --- engines/kyra/text_lol.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/kyra/text_lol.h') diff --git a/engines/kyra/text_lol.h b/engines/kyra/text_lol.h index b25a3c6a40..ee747c5f03 100644 --- a/engines/kyra/text_lol.h +++ b/engines/kyra/text_lol.h @@ -23,6 +23,8 @@ * */ +#ifdef ENABLE_LOL + #ifndef KYRA_TEXT_LOL_H #define KYRA_TEXT_LOL_H @@ -96,3 +98,5 @@ private: #endif +#endif // ENABLE_LOL + -- cgit v1.2.3