From 832540f64f6f0c9a77029fce17d4f06516c688ef Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 7 Jul 2009 19:18:32 +0000 Subject: Simply compile guard of SJIS code and fix comment. svn-id: r42234 --- graphics/sjis.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'graphics/sjis.h') diff --git a/graphics/sjis.h b/graphics/sjis.h index ca5fc95004..f7321742af 100644 --- a/graphics/sjis.h +++ b/graphics/sjis.h @@ -22,10 +22,12 @@ * $Id$ */ -// The code in this files is currently only used in KYRA and SCI. -// So if no of those is enabled, we will not compile it. +// The code in this file is currently only used in KYRA and SCI. +// So if neither of those is enabled, we will skip compiling it. // If you plan to use this code in another engine, you will have -// to add the proper defined check here and in sjis.cpp +// to add the proper define check here. +// Also please add the define check at the comment after the +// matching #endif further down this file. #if defined(ENABLE_KYRA) || defined(ENABLE_SCI) #ifndef GRAPHICS_SJIS_H -- cgit v1.2.3