summaryrefslogtreecommitdiff
path: root/saedit
diff options
context:
space:
mode:
Diffstat (limited to 'saedit')
-rw-r--r--saedit/sae.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saedit/sae.h b/saedit/sae.h
index 9cbaf09..51f45c1 100644
--- a/saedit/sae.h
+++ b/saedit/sae.h
@@ -63,7 +63,7 @@ typedef struct {
SAEInfo *sae_info_new();
GdkPixbuf *sae_info_ground_new();
-GdkPixbuf* get_sprite_by_index(size_t index, SAEInfo *sae_info);
+GdkPixbuf* get_sprite_by_index(int index, SAEInfo *sae_info);
gboolean set_up_animation_by_direction(SAEInfo *sae_info, const gchar *direction);
#endif