Mercurial > hg > old > magoroku_racing
comparison game.c @ 47:d7e0a5c33540
*** empty log message ***
author | gongo |
---|---|
date | Wed, 08 Nov 2006 06:17:21 +0000 |
parents | abadcc080667 |
children | 8cef655f3bf9 |
comparison
equal
deleted
inserted
replaced
46:abadcc080667 | 47:d7e0a5c33540 |
---|---|
16 /* controler.c */ | 16 /* controler.c */ |
17 extern Bool padCheck(); | 17 extern Bool padCheck(); |
18 /* linda.c */ | 18 /* linda.c */ |
19 #ifdef LINDA | 19 #ifdef LINDA |
20 extern int linda_init(); | 20 extern int linda_init(); |
21 #else | |
22 define linda_init linda_init0 | |
21 #endif | 23 #endif |
22 | 24 |
23 Game game; | 25 Game game; |
24 | 26 |
25 extern void sche_game_init(); | 27 extern void sche_game_init(); |
30 { | 32 { |
31 return TRUE; | 33 return TRUE; |
32 } | 34 } |
33 | 35 |
34 static int | 36 static int |
35 linda_init() | 37 linda_init0() |
36 { | 38 { |
37 game.linda_exec = &ret; | 39 game.linda_exec = &ret; |
38 return 1; | 40 return 1; |
39 } | 41 } |
40 | 42 |