added support for BD game engine to Makefile for Android
[rocksndiamonds.git] / src / game_bd / game_bd.h
1 // ============================================================================
2 // Rocks'n'Diamonds - McDuffin Strikes Back!
3 // ----------------------------------------------------------------------------
4 // (c) 1995-2024 by Artsoft Entertainment
5 //                  Holger Schemel
6 //                  info@artsoft.org
7 //                  https://www.artsoft.org/
8 // ----------------------------------------------------------------------------
9 // game_bd.h
10 // ============================================================================
11
12 #ifndef GAME_BD_H
13 #define GAME_BD_H
14
15 #define GAME_BD_VERSION_1_0_0
16
17 #include "import_bd.h"
18 #include "export_bd.h"
19
20 #endif  // GAME_BD_H