fixed bug in single button handling causing broken tapes (EM engine)
[rocksndiamonds.git] / src / game_em / game_em.h
1 // ============================================================================
2 // Rocks'n'Diamonds - McDuffin Strikes Back!
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2014 by Artsoft Entertainment
5 //                  Holger Schemel
6 //                  info@artsoft.org
7 //                  http://www.artsoft.org/
8 // ----------------------------------------------------------------------------
9 // game_em.h
10 // ============================================================================
11
12 #ifndef GAME_EM_H
13 #define GAME_EM_H
14
15 #define GAME_EM_VERSION_1_0_0
16
17 #include "export.h"
18
19 #endif  /* GAME_EM_H */