comparison src/ui/bmi/mmiGame.h @ 92:c0052fe355d3

src/ui/bmi/*.[ch]: rm trailing white space
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 06:39:16 +0000
parents 67bfe9f274f6
children 00766e95ae43
comparison
equal deleted inserted replaced
91:c3d28a37caad 92:c0052fe355d3
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
34 Include files 34 Include files
35 35
36 *******************************************************************************/ 36 *******************************************************************************/
37 37
38 38
39 extern T_MFW_HND four_in_a_row_create(MfwHnd parent); 39 extern T_MFW_HND four_in_a_row_create(MfwHnd parent);
40 //extern void melody_generator_destroy (void); 40 //extern void melody_generator_destroy (void);
42 extern int four_in_a_row_kbd_cb (MfwEvt e, MfwKbd *k); 42 extern int four_in_a_row_kbd_cb (MfwEvt e, MfwKbd *k);
43 extern int four_in_a_row_win_cb (MfwEvt e, MfwWin *w); 43 extern int four_in_a_row_win_cb (MfwEvt e, MfwWin *w);
44 extern T_MFW_HND four_in_a_row_start (T_MFW_HND win_parent,char *character); 44 extern T_MFW_HND four_in_a_row_start (T_MFW_HND win_parent,char *character);
45 45
46 /******************************************************************************* 46 /*******************************************************************************
47 47
48 Interface types 48 Interface types
49 49
50 *******************************************************************************/ 50 *******************************************************************************/
51 typedef enum 51 typedef enum
52 { 52 {
53 SHOWGAMEINFO_INIT 53 SHOWGAMEINFO_INIT
54 } GameInfo_events; 54 } GameInfo_events;
55 55
56 /******************************************************************************* 56 /*******************************************************************************
57 57
58 Public methods 58 Public methods
59 59
60 *******************************************************************************/ 60 *******************************************************************************/
61 61
62 /* pretty standard initialise, execute and exit methods 62 /* pretty standard initialise, execute and exit methods
63 */ 63 */
64 int four_in_a_row_aktivate(MfwMnu* m, MfwMnuItem* i); 64 int four_in_a_row_aktivate(MfwMnu* m, MfwMnuItem* i);
65 65
66 /******************************************************************************* 66 /*******************************************************************************
67 67
68 End of File 68 End of File
69 69
70 *******************************************************************************/ 70 *******************************************************************************/
71 71
72 #endif 72 #endif
73 73