1 /* Hot-babe
2  * Copyright (C) 2002 DindinX & Cyprien
3  * Copyright (C) 2002 Bruno Bellamy.
4  *
5  * This program is free software; you can redistribute it and/or modify
6  * it under the terms of the artistic License
7  *
8  * THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
9  * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES
10  * OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. See the
11  * Artistic License for more details.
12  *
13  */
14 
15 typedef struct
16 {
17   gint height, width;
18   gint samples, current_sample;
19   GdkPixbuf **pixbuf;
20 } HotBabeAnim;
21 
22 int load_anim( HotBabeAnim *anim, gchar *dirname );
23