added missing and fixed wrong file headers
[rocksndiamonds.git] / src / game_bd / main_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 // main_bd.h
10 // ============================================================================
11
12 #ifndef MAIN_BD_H
13 #define MAIN_BD_H
14
15 // ============================================================================
16 // external functions and definitions imported from main program to game_bd
17 // ============================================================================
18
19 #include "import_bd.h"
20
21
22 // ============================================================================
23 // functions and definitions that are exported from game_bd to main program
24 // ============================================================================
25
26 #include "export_bd.h"
27
28
29 // ============================================================================
30 // internal functions and definitions that are not exported to main program
31 // ============================================================================
32
33 // ----------------------------------------------------------------------------
34 // constant definitions
35 // ----------------------------------------------------------------------------
36
37 // ----------------------------------------------------------------------------
38 // data structure definitions
39 // ----------------------------------------------------------------------------
40
41 // ----------------------------------------------------------------------------
42 // exported variables
43 // ----------------------------------------------------------------------------
44
45 // ----------------------------------------------------------------------------
46 // exported functions
47 // ----------------------------------------------------------------------------
48
49 #endif  // MAIN_BD_H