aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/resource/sci_pic_0.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2009-02-15 11:44:14 +0000
committerEugene Sandulenko2009-02-15 11:44:14 +0000
commit38087c4f24079cde228942169a361b9a7d6e2851 (patch)
treef49f112c5df907bf06e3005b62b8e80cb100ce85 /engines/sci/gfx/resource/sci_pic_0.cpp
parente241843bec22600ab4ef98e7a085e82aac73fc93 (diff)
downloadscummvm-rg350-38087c4f24079cde228942169a361b9a7d6e2851.tar.gz
scummvm-rg350-38087c4f24079cde228942169a361b9a7d6e2851.tar.bz2
scummvm-rg350-38087c4f24079cde228942169a361b9a7d6e2851.zip
Fix compilation. How ugly without templates. Yuck!
svn-id: r38228
Diffstat (limited to 'engines/sci/gfx/resource/sci_pic_0.cpp')
-rw-r--r--engines/sci/gfx/resource/sci_pic_0.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sci/gfx/resource/sci_pic_0.cpp b/engines/sci/gfx/resource/sci_pic_0.cpp
index a55265c7ef..6bb6d6f6f7 100644
--- a/engines/sci/gfx/resource/sci_pic_0.cpp
+++ b/engines/sci/gfx/resource/sci_pic_0.cpp
@@ -1221,8 +1221,8 @@ _gfxr_find_fill_point(gfxr_pic_t *pic, int min_x, int min_y, int max_x, int max_
#define AUXBUF_FILL_HELPER _gfxr_auxbuf_fill_any_recursive
#define AUXBUF_FILL _gfxr_auxbuf_fill_any
#define DRAW_SCALED
-# include "sci_picfill_aux.c"
-# include "sci_picfill.c"
+# include "sci_picfill_aux.cpp"
+# include "sci_picfill.cpp"
#undef DRAW_SCALED
#undef AUXBUF_FILL
#undef AUXBUF_FILL_HELPER
@@ -1236,8 +1236,8 @@ _gfxr_find_fill_point(gfxr_pic_t *pic, int min_x, int min_y, int max_x, int max_
#define FILL_FUNCTION_RECURSIVE _gfxr_fill_1_recursive
#define AUXBUF_FILL_HELPER _gfxr_auxbuf_fill_1_recursive
#define AUXBUF_FILL _gfxr_auxbuf_fill_1
-# include "sci_picfill_aux.c"
-# include "sci_picfill.c"
+# include "sci_picfill_aux.cpp"
+# include "sci_picfill.cpp"
#undef AUXBUF_FILL
#undef AUXBUF_FILL_HELPER
#undef FILL_FUNCTION_RECURSIVE