From 6cb9eccf4902695aa9c84119e8608b0392e88791 Mon Sep 17 00:00:00 2001 From: James Shaw Date: Sun, 23 Mar 2008 22:26:32 +0000 Subject: Rename libsprite to librosprite svn path=/import/jshaw/libsprite/; revision=10012 --- trunk/example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/example.c') diff --git a/trunk/example.c b/trunk/example.c index 317efb2..b7baaf3 100644 --- a/trunk/example.c +++ b/trunk/example.c @@ -2,7 +2,7 @@ #include #include -#include "libsprite.h" +#include "librosprite.h" /* color is 0xrrggbbaa */ void sdl_draw_pixel(SDL_Surface* surface, uint32_t x, uint32_t y, uint32_t color) -- cgit v1.2.3