MODULE GFX
DECLARE SUB ::Window ALIAS "gfx_Window" LIB "gfx"
DECLARE SUB ::Close ALIAS "gfx_Close" LIB "gfx"
DECLARE SUB ::Update ALIAS "gfx_Update" LIB "gfx"
DECLARE SUB ::ClearScreen ALIAS "gfx_ClearScreen" LIB "gfx"
DECLARE SUB ::SDL_SetClipRect ALIAS "gfx_SDL_SetClipRect" LIB "gfx"
DECLARE SUB ::Time ALIAS "gfx_Time" LIB "gfx"
DECLARE SUB ::Shift ALIAS "gfx_Shift" LIB "gfx"
DECLARE SUB ::Rotate ALIAS "gfx_Rotate" LIB "gfx"
DECLARE SUB ::GetKey ALIAS "gfx_GetKey" LIB "gfx"
DECLARE SUB ::WaitKey ALIAS "gfx_WaitKey" LIB "gfx"
DECLARE SUB ::KeyName ALIAS "gfx_KeyName" LIB "gfx"
DECLARE SUB ::Mouse ALIAS "gfx_Mouse" LIB "gfx"
DECLARE SUB ::pixelColor ALIAS "gfx_pixelColor" LIB "gfx"
DECLARE SUB ::pixelRGBA ALIAS "gfx_pixelRGBA" LIB "gfx"
DECLARE SUB ::hlineColor ALIAS "gfx_hlineColor" LIB "gfx"
DECLARE SUB ::hlineRGBA ALIAS "gfx_hlineRGBA" LIB "gfx"
DECLARE SUB ::vlineColor ALIAS "gfx_vlineColor" LIB "gfx"
DECLARE SUB ::vlineRGBA ALIAS "gfx_vlineRGBA" LIB "gfx"
DECLARE SUB ::rectangleColor ALIAS "gfx_rectangleColor" LIB "gfx"
DECLARE SUB ::rectangleRGBA ALIAS "gfx_rectangleRGBA" LIB "gfx"
DECLARE SUB ::roundedRectangleColor ALIAS "gfx_roundedRectangleColor" LIB "gfx"
DECLARE SUB ::roundedRectangleRGBA ALIAS "gfx_roundedRectangleRGBA" LIB "gfx"
DECLARE SUB ::boxColor ALIAS "gfx_boxColor" LIB "gfx"
DECLARE SUB ::boxRGBA ALIAS "gfx_boxRGBA" LIB "gfx"
DECLARE SUB ::roundedBoxColor ALIAS "gfx_roundedBoxColor" LIB "gfx"
DECLARE SUB ::roundedBoxRGBA ALIAS "gfx_roundedBoxRGBA" LIB "gfx"
DECLARE SUB ::lineColor ALIAS "gfx_lineColor" LIB "gfx"
DECLARE SUB ::lineRGBA ALIAS "gfx_lineRGBA" LIB "gfx"
DECLARE SUB ::aalineColor ALIAS "gfx_aalineColor" LIB "gfx"
DECLARE SUB ::aalineRGBA ALIAS "gfx_aalineRGBA" LIB "gfx"
DECLARE SUB ::thickLineColor ALIAS "gfx_thickLineColor" LIB "gfx"
DECLARE SUB ::thickLineRGBA ALIAS "gfx_thickLineRGBA" LIB "gfx"
DECLARE SUB ::circleColor ALIAS "gfx_circleColor" LIB "gfx"
DECLARE SUB ::circleRGBA ALIAS "gfx_circleRGBA" LIB "gfx"
DECLARE SUB ::arcColor ALIAS "gfx_arcColor" LIB "gfx"
DECLARE SUB ::arcRGBA ALIAS "gfx_arcRGBA" LIB "gfx"
DECLARE SUB ::aacircleColor ALIAS "gfx_aacircleColor" LIB "gfx"
DECLARE SUB ::aacircleRGBA ALIAS "gfx_aacircleRGBA" LIB "gfx"
DECLARE SUB ::filledCircleColor ALIAS "gfx_filledCircleColor" LIB "gfx"
DECLARE SUB ::filledCircleRGBA ALIAS "gfx_filledCircleRGBA" LIB "gfx"
DECLARE SUB ::ellipseColor ALIAS "gfx_ellipseColor" LIB "gfx"
DECLARE SUB ::ellipseRGBA ALIAS "gfx_ellipseRGBA" LIB "gfx"
DECLARE SUB ::aaellipseColor ALIAS "gfx_aaellipseColor" LIB "gfx"
DECLARE SUB ::aaellipseRGBA ALIAS "gfx_aaellipseRGBA" LIB "gfx"
DECLARE SUB ::filledEllipseColor ALIAS "gfx_filledEllipseColor" LIB "gfx"
DECLARE SUB ::filledEllipseRGBA ALIAS "gfx_filledEllipseRGBA" LIB "gfx"
DECLARE SUB ::pieColor ALIAS "gfx_pieColor" LIB "gfx"
DECLARE SUB ::pieRGBA ALIAS "gfx_pieRGBA" LIB "gfx"
DECLARE SUB ::filledPieColor ALIAS "gfx_filledPieColor" LIB "gfx"
DECLARE SUB ::filledPieRGBA ALIAS "gfx_filledPieRGBA" LIB "gfx"
DECLARE SUB ::trigonColor ALIAS "gfx_trigonColor" LIB "gfx"
DECLARE SUB ::trigonRGBA ALIAS "gfx_trigonRGBA" LIB "gfx"
DECLARE SUB ::aatrigonColor ALIAS "gfx_aatrigonColor" LIB "gfx"
DECLARE SUB ::aatrigonRGBA ALIAS "gfx_aatrigonRGBA" LIB "gfx"
DECLARE SUB ::filledTrigonColor ALIAS "gfx_filledTrigonColor" LIB "gfx"
DECLARE SUB ::filledTrigonRGBA ALIAS "gfx_filledTrigonRGBA" LIB "gfx"
DECLARE SUB ::polygonColor ALIAS "gfx_polygonColor" LIB "gfx"
DECLARE SUB ::polygonRGBA ALIAS "gfx_polygonRGBA" LIB "gfx"
DECLARE SUB ::aapolygonColor ALIAS "gfx_aapolygonColor" LIB "gfx"
DECLARE SUB ::aapolygonRGBA ALIAS "gfx_aapolygonRGBA" LIB "gfx"
DECLARE SUB ::filledPolygonColor ALIAS "gfx_filledPolygonColor" LIB "gfx"
DECLARE SUB ::filledPolygonRGBA ALIAS "gfx_filledPolygonRGBA" LIB "gfx"
DECLARE SUB ::texturedPolygon ALIAS "gfx_texturedPolygon" LIB "gfx"
DECLARE SUB ::bezierColor ALIAS "gfx_bezierColor" LIB "gfx"
DECLARE SUB ::bezierRGBA ALIAS "gfx_bezierRGBA" LIB "gfx"
DECLARE SUB ::SetFont ALIAS "gfx_SetFont" LIB "gfx"
DECLARE SUB ::FontRotation ALIAS "gfx_FontRotation" LIB "gfx"
DECLARE SUB ::characterColor ALIAS "gfx_characterColor" LIB "gfx"
DECLARE SUB ::characterRGBA ALIAS "gfx_characterRGBA" LIB "gfx"
DECLARE SUB ::stringColor ALIAS "gfx_stringColor" LIB "gfx"
DECLARE SUB ::stringRGBA ALIAS "gfx_stringRGBA" LIB "gfx"
DECLARE SUB ::SDL_initFramerate ALIAS "gfx_SDL_initFramerate" LIB "gfx"
DECLARE SUB ::SDL_getFramerate ALIAS "gfx_SDL_getFramerate" LIB "gfx"
DECLARE SUB ::SDL_setFramerate ALIAS "gfx_SDL_setFramerate" LIB "gfx"
DECLARE SUB ::SDL_framerateDelay ALIAS "gfx_SDL_framerateDelay" LIB "gfx"
DECLARE SUB ::CreateSurface ALIAS "gfx_CreateSurface" LIB "gfx"
DECLARE SUB ::FreeSurface ALIAS "gfx_FreeSurface" LIB "gfx"
DECLARE SUB ::BlitSurface ALIAS "gfx_BlitSurface" LIB "gfx"
DECLARE SUB ::LoadBMP ALIAS "gfx_LoadBMP" LIB "gfx"
END MODULE