summaryrefslogtreecommitdiff
path: root/trunk/librosprite.c
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2008-03-23 22:31:30 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2008-03-23 22:31:30 +0000
commit4016cfba2d954196a9b4d7fe19d3b16d4c78b748 (patch)
tree23552c31b99a0169e3540426f79b3a1ae1ef3f13 /trunk/librosprite.c
parent6cb9eccf4902695aa9c84119e8608b0392e88791 (diff)
downloadlibrosprite-4016cfba2d954196a9b4d7fe19d3b16d4c78b748.tar.gz
Rename load_file to just load(), since we can now load from any source
svn path=/import/jshaw/libsprite/; revision=10013
Diffstat (limited to 'trunk/librosprite.c')
-rw-r--r--trunk/librosprite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/librosprite.c b/trunk/librosprite.c
index 06e9ea6..8b69254 100644
--- a/trunk/librosprite.c
+++ b/trunk/librosprite.c
@@ -618,7 +618,7 @@ struct rosprite* sprite_load_sprite(reader reader, void* ctx)
return sprite;
}
-struct rosprite_area* rosprite_load_file(reader reader, void* ctx)
+struct rosprite_area* rosprite_load(reader reader, void* ctx)
{
struct rosprite_area* sprite_area = malloc(sizeof(struct rosprite_area));