SCI: Renamed include/gfx_*.h to gfx/gfx_*.h and likewise for sfx header files

svn-id: r38735
This commit is contained in:
Max Horn 2009-02-21 19:33:01 +00:00
parent dbfe031ef2
commit eb37789f6f
66 changed files with 114 additions and 125 deletions

View file

@ -27,8 +27,8 @@
#include <stdio.h>
#include "common/util.h"
#include "sci/include/sfx_iterator_internal.h"
#include "sci/include/sfx_player.h"
#include "sci/sfx/sfx_iterator_internal.h"
#include "sci/sfx/sfx_player.h"
#include "sci/tools.h"
#include "sci/include/sci_memory.h"