diff options
-rw-r--r-- | graphics/conversion.h | 2 | ||||
-rw-r--r-- | graphics/module.mk | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/graphics/conversion.h b/graphics/conversion.h index 12015c498e..b04c9cb9d9 100644 --- a/graphics/conversion.h +++ b/graphics/conversion.h @@ -53,4 +53,4 @@ namespace Graphics { bool crossBlit(byte *dst, const byte *src, int dstpitch, int srcpitch, int w, int h, Graphics::PixelFormat dstFmt, Graphics::PixelFormat srcFmt); } // end of namespace Graphics -#endif //GRAPHICS_CONVERSION_H
\ No newline at end of file +#endif //GRAPHICS_CONVERSION_H diff --git a/graphics/module.mk b/graphics/module.mk index 37a7661f2e..8d7f2031c0 100644 --- a/graphics/module.mk +++ b/graphics/module.mk @@ -1,6 +1,7 @@ MODULE := graphics MODULE_OBJS := \ + conversion.o \ cursorman.o \ dither.o \ font.o \ |