diff options
Diffstat (limited to 'saedit/sae.h')
-rw-r--r-- | saedit/sae.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/saedit/sae.h b/saedit/sae.h index 8f42637..e89db25 100644 --- a/saedit/sae.h +++ b/saedit/sae.h @@ -12,6 +12,8 @@ #ifndef SAE_H #define SAE_H +void kill_timeout(guint tag); + typedef struct { int index; int offsetX; @@ -56,4 +58,7 @@ typedef struct { SAEInfo *sae_info_new(); GdkPixbuf *sae_info_ground_new(); +GdkPixbuf* get_sprite_by_index(size_t index, SAEInfo *sae_info); +gboolean set_up_animation_by_direction(SAEInfo *sae_info, const gchar *direction); + #endif |