From 84cd8d2dc7673bf883945cfdf600d98769817bc6 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 5 Jan 2010 01:22:16 +0000 Subject: Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose svn-id: r47007 --- engines/sci/engine/kevent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sci/engine/kevent.cpp') diff --git a/engines/sci/engine/kevent.cpp b/engines/sci/engine/kevent.cpp index 4619f29f40..8d04bc7354 100644 --- a/engines/sci/engine/kevent.cpp +++ b/engines/sci/engine/kevent.cpp @@ -29,8 +29,8 @@ #include "sci/console.h" #include "sci/debug.h" // for g_debug_simulated_key #include "sci/event.h" -#include "sci/gui/gui.h" -#include "sci/gui/gui_cursor.h" +#include "sci/graphics/gui.h" +#include "sci/graphics/gui_cursor.h" namespace Sci { -- cgit v1.2.3