FreeCalypso > hg > fc-tourmaline
comparison src/ui/bmi/mmiGame.h @ 109:00766e95ae43
mmiGame.h: bogotab fixes
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 09 Nov 2020 01:09:16 +0000 |
parents | c0052fe355d3 |
children |
comparison
equal
deleted
inserted
replaced
108:d61a07309733 | 109:00766e95ae43 |
---|---|
1 #ifndef _MMI_GAME_H_ | 1 #ifndef _MMI_GAME_H_ |
2 #define _MMI_GAME_H_ | 2 #define _MMI_GAME_H_ |
3 | 3 |
4 /******************************************************************************* | 4 /******************************************************************************* |
5 | 5 |
6 CONDAT (UK) | 6 CONDAT (UK) |
7 | 7 |
8 ******************************************************************************** | 8 ******************************************************************************** |
9 | 9 |
10 This software product is the property of Condat (UK) Ltd and may not be | 10 This software product is the property of Condat (UK) Ltd and may not be |
11 disclosed to any third party without the express permission of the owner. | 11 disclosed to any third party without the express permission of the owner. |
12 | 12 |
13 ******************************************************************************** | 13 ******************************************************************************** |
14 | 14 |
15 $Project name: Basic MMI | 15 $Project name: Basic MMI |
16 $Project code: BMI (6349) | 16 $Project code: BMI (6349) |
17 $Module: Calculator | 17 $Module: Calculator |
18 $File: Mmigame.h | 18 $File: Mmigame.h |
19 $Revision: 1.0 | 19 $Revision: 1.0 |
20 | 20 |
21 $Author: Condat(UK) | 21 $Author: Condat(UK) |
22 $Date: 03/07/01 | 22 $Date: 03/07/01 |
23 | 23 |
24 ******************************************************************************** | 24 ******************************************************************************** |
25 | 25 |
26 Description: | 26 Description: |
27 | 27 |
28 This provides the main game functionality | 28 This provides the main game functionality |
29 | 29 |
30 ******************************************************************************** | 30 ******************************************************************************** |
31 | 31 |
32 ******************************************************************************* | 32 ******************************************************************************* |
33 | 33 |
68 End of File | 68 End of File |
69 | 69 |
70 *******************************************************************************/ | 70 *******************************************************************************/ |
71 | 71 |
72 #endif | 72 #endif |
73 |