1 #ifndef LIBRARIES_VGRAPHICS_H 2 #define LIBRARIES_VGRAPHICS_H 3 4 #include <graphics/rastport.h> 5 6 typedef void *VGObject; 7 typedef void *VertObject; 8 9 #ifdef __cplusplus 10 extern "C" { 11 #endif 12 13 14 #ifdef __cplusplus 15 }; 16 #endif 17 18 #endif /* LIBRARIES_VGRAPHICS_H */