diff options
Diffstat (limited to 'engines/kyra/text_lok.cpp')
| -rw-r--r-- | engines/kyra/text_lok.cpp | 8 | 
1 files changed, 3 insertions, 5 deletions
diff --git a/engines/kyra/text_lok.cpp b/engines/kyra/text_lok.cpp index 40f2217a2b..0ee3574903 100644 --- a/engines/kyra/text_lok.cpp +++ b/engines/kyra/text_lok.cpp @@ -18,18 +18,16 @@   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.   * - * $URL$ - * $Id$ - *   */ -#include "kyra/kyra_lok.h" -#include "kyra/screen_lok.h"  #include "kyra/text.h" +#include "kyra/kyra_lok.h"  #include "kyra/animator_lok.h"  #include "kyra/sprites.h"  #include "kyra/timer.h" +#include "common/system.h" +  namespace Kyra {  void KyraEngine_LoK::waitForChatToFinish(int vocFile, int16 chatDuration, const char *chatStr, uint8 charNum, const bool printText) {  | 
