SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source file); moved include/sci_widgets.h to gfx/ (matching location of source file); renamed gfx/widgets.cpp to gfx/gfx_widgets.cpp (matching the header)

svn-id: r38852
This commit is contained in:
Max Horn 2009-02-24 20:39:34 +00:00
parent 220270586c
commit 0be30cdc5d
15 changed files with 13 additions and 13 deletions

View file

@ -34,7 +34,7 @@
#include "sci/engine/kernel.h"
#include "sci/engine/kernel_types.h"
#include "sci/include/sci_midi.h"
#include "sci/include/sci_widgets.h"
#include "sci/gfx/sci_widgets.h"
#include "sci/sci.h"
#include "sci/gfx/gfx_widgets.h"