summaryrefslogtreecommitdiff
path: root/trunk/example.c
diff options
context:
space:
mode:
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)