rnd-19980930-1
[rocksndiamonds.git] / src / init.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 *  init.h                                                  *
12 ***********************************************************/
13
14 #ifndef INIT_H
15 #define INIT_H
16
17 #include "main.h"
18
19 void OpenAll(int, char **);
20 void CloseAll();
21 void InitJoystick(void);
22
23 #endif