Fixed up new functions and files so that they build as part of SDL.

This commit is contained in:
Eli Gottlieb 2010-06-03 17:21:40 -04:00
parent af2813acd5
commit c8581d3a82
3 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ typedef struct SDL_Poly {
*
* \return SDL_TRUE if the polygons are equal, SDL_FALSE otherwise.
*/
extern DECLSPEC SDL_bool SDLCALL SDL_PolyEquals(const SDL_Poly *A,const SDL_Poly *A);
extern DECLSPEC SDL_bool SDLCALL SDL_PolyEquals(const SDL_Poly *A,const SDL_Poly *B);
/**
* \brief Determine whether two rectangles intersect.