summaryrefslogtreecommitdiff
path: root/trunk/example.c
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2008-03-23 22:26:32 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2008-03-23 22:26:32 +0000
commit6cb9eccf4902695aa9c84119e8608b0392e88791 (patch)
tree2f4feaf38615506d0031a977332ac3b5c7f1c6fc /trunk/example.c
parente8ca4a328486334804d3c4d70e445cb0d6c1fac1 (diff)
downloadlibrosprite-6cb9eccf4902695aa9c84119e8608b0392e88791.tar.gz
librosprite-6cb9eccf4902695aa9c84119e8608b0392e88791.tar.bz2
Rename libsprite to librosprite
svn path=/import/jshaw/libsprite/; revision=10012
Diffstat (limited to 'trunk/example.c')
-rw-r--r--trunk/example.c2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h>
#include <SDL/SDL.h>
-#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)