X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=gfx%2Fgfx.h;h=bd4124fa92dc5a116d7ca84677ec6b817b147a97;hb=85c1ab406a633641eeadc7d093d68c6f3ef10642;hp=af8f6a9aa6b92edd69bea66f9844726378f2eb7b;hpb=68d5a6796ff0efc9666ae359be2150d9638182f6;p=bertos.git diff --git a/gfx/gfx.h b/gfx/gfx.h index af8f6a9a..bd4124fa 100755 --- a/gfx/gfx.h +++ b/gfx/gfx.h @@ -14,6 +14,12 @@ /*#* *#* $Log$ + *#* Revision 1.4 2006/01/16 03:30:57 bernie + *#* Make header C++ friendly. + *#* + *#* Revision 1.3 2005/11/27 23:33:40 bernie + *#* Use appconfig.h instead of cfg/config.h. + *#* *#* Revision 1.2 2005/11/04 18:17:45 bernie *#* Fix header guards and includes for new location of gfx module. *#* @@ -36,10 +42,11 @@ #ifndef GFX_GFX_H #define GFX_GFX_H -#include +#include #include #include +EXTERN_C_BEGIN /*! Common type for coordinates expressed in pixel units */ typedef int coord_t; @@ -102,4 +109,6 @@ extern coord_t gfx_transformY(Bitmap *bm, vcoord_t y); extern void gfx_vline(Bitmap *bm, vcoord_t x1, vcoord_t y1, vcoord_t x2, vcoord_t y2); #endif /* CONFIG_GFX_VCOORDS */ +EXTERN_C_END + #endif /* GFX_GFX_H */