Updated test code, updated win32 code a bit (still not complete, but hopefully tonight), and removed the last vestiges of ellipse and polygon drawing support.

This commit is contained in:
Eli Gottlieb 2010-07-06 22:05:22 -04:00
parent a50bf48eac
commit 9f24e9f619
7 changed files with 88 additions and 225 deletions

View file

@ -32,8 +32,6 @@
#include "SDL_stdinc.h"
#include "SDL_pixels.h"
#include "SDL_rect.h"
#include "SDL_ellipse.h"
#include "SDL_poly.h"
#include "SDL_surface.h"
#include "begin_code.h"