1 #ifndef VGRAPHICS_MCC
    2 #define VGRAPHICS_MCC
    3 
    4 #ifdef __cplusplus
    5 extern "C" {
    6 #endif
    7 
    8 /*** MUI Defines ***/
    9 
   10 #define MUIC_VGraphics	  "VGraphics.mcc"
   11 
   12 #define VGraphicsObject MUI_NewObject(MUIC_VGraphics
   13 
   14 
   15 #ifdef __cplusplus
   16 }
   17 #endif
   18 
   19 #endif /* VGRAPHICS_MCC */