rnd-20060225-1-src
[rocksndiamonds.git] / src / engines.h
1 /***********************************************************
2 * Artsoft Retro-Game Library                               *
3 *----------------------------------------------------------*
4 * (c) 1994-2004 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * engines.h                                                *
12 ***********************************************************/
13
14 #ifndef ENGINES_H
15 #define ENGINES_H
16
17 #include "libgame/libgame.h"
18
19
20 /* ========================================================================= */
21 /* functions and definitions exported from main program to game_em           */
22 /* ========================================================================= */
23
24 extern void SetBitmaps_EM(Bitmap **);
25 extern void UpdateEngineValues(int, int);
26 extern void DrawAllGameValues(int, int, int, int, int);
27
28 extern int getGameFrameDelay_EM(int);
29 extern int getCenteredPlayerNr_EM();
30
31 extern void PlayLevelSound_EM(int, int, int, int);
32 extern void InitGraphicInfo_EM(void);
33
34 #endif  /* ENGINES_H */