4 * Created on: Oct 6, 2012
11 #include "../geometry/Vector.h"
16 void HorizontalLine(SDL_Surface *dst, const geometry::Vector<int> &position, unsigned int length, Uint32 color);
17 void VerticalLine(SDL_Surface *dst, const geometry::Vector<int> &position, unsigned int length, Uint32 color);
19 void OutlineRect(SDL_Surface *dst, const geometry::Vector<int> &from, const geometry::Vector<int> &to, Uint32 color);
20 void OutlineRect(SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);
24 #endif /* SDL_UTILITY_H_ */