1 #ifndef CLIB_VGRAPHICS_PROTOS_H 2 #define CLIB_VGRAPHICS_PROTOS_H 3 4 #include <utility/tagitem.h> 5 #include <libraries/vgraphics.h> 6 7 8 /* Dummies for cvinclude.pl until I can figure out something better */ 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 13 14 15 #ifdef __cplusplus 16 } 17 #endif 18 19 #endif /* CLIB_VGRAPHICS_PROTOS_H */