rnd-20040103-1-src
[rocksndiamonds.git] / src / init.h
1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
3 *----------------------------------------------------------*
4 * (c) 1995-2002 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * init.h                                                   *
12 ***********************************************************/
13
14 #ifndef INIT_H
15 #define INIT_H
16
17 #include "main.h"
18
19 void InitElementPropertiesStatic(void);
20 void InitElementPropertiesEngine(int);
21
22 void ReloadCustomArtwork(int);
23
24 void KeyboardAutoRepeatOffUnlessAutoplay();
25
26 void OpenAll(void);
27 void CloseAllAndExit(int);
28
29 #endif