1 /***********************************************************
2 * Artsoft Retro-Game Library                               *
3 *----------------------------------------------------------*
4 * (c) 1994-2006 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * game_em.h                                                *
12 ***********************************************************/
13 
14 #ifndef GAME_EM_H
15 #define GAME_EM_H
16 
17 #define GAME_EM_VERSION_1_0_0
18 
19 #include "export.h"
20 
21 #endif	/* GAME_EM_H */
22