//
// exports from the vec package
// Copyright 1980 Bruce D. Lucas
//

external [
   
    // exports
    VecInit				// VECtor package initialization
    VecFont                             // VECtor package set font
    VecPosn				// VECtor absolute position
    VecColor                            // VECtor set color
    VecPut				// VECtor output a vector
    VecSkip				// VECtor incremental position
    VecText				// VECtor package text entity creation
    VecRectangle			// VECtor package create a show-rectangle
    VecFinish				// VECtor package cleanup
    VecEndEntity			// VECtor package force entity termination
    GlobalMaxX				// global x maximum in Dover scan lines
    GlobalMinX				// global x minimum
    GlobalMaxY				// global y maximum
    GlobalMinY				// global y minimum
]