package gfx import "errors" var ( ErrSpriteNotDefined = errors.New("sprite not defined") ErrFontNotDefined = errors.New("font not defined") )