added centering levels that are smaller than the playfield (MM engine)
[rocksndiamonds.git] / src / game_mm / game_mm.h
1 // ============================================================================
2 // Mirror Magic -- McDuffin's Revenge
3 // ----------------------------------------------------------------------------
4 // (c) 1994-2017 by Artsoft Entertainment
5 //                  Holger Schemel
6 //                  info@artsoft.org
7 //                  http://www.artsoft.org/
8 // ----------------------------------------------------------------------------
9 // game_mm.h
10 // ============================================================================
11
12 #ifndef GAME_MM_H
13 #define GAME_MM_H
14
15 #define GAME_MM_VERSION_1_0_0
16
17 #include "export.h"
18
19 #endif  /* GAME_MM_H */