1f8cf1c84fbbafc940962976154c5df9dc28b9bf
[rocksndiamonds.git] / src / gifload.h
1 /***********************************************************
2 *  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
3 *----------------------------------------------------------*
4 *  (c) 1995-98 Artsoft Entertainment                       *
5 *              Holger Schemel                              *
6 *              Oststrasse 11a                              *
7 *              33604 Bielefeld                             *
8 *              phone: ++49 +521 290471                     *
9 *              email: aeglos@valinor.owl.de                *
10 *----------------------------------------------------------*
11 *  gifload.h                                               *
12 ***********************************************************/
13
14 #ifndef GIFLOAD_H
15 #define GIFLOAD_H
16
17 #ifndef MSDOS
18 #include <stdio.h>
19 #include <stdlib.h>
20 #include <string.h>
21 #include <X11/Xlib.h>
22 #include <X11/Xutil.h>
23 #endif
24
25 #endif