Mercurial > hg > old > magoroku_racing
diff game.h @ 8:f60cb9a39d7a
*** empty log message ***
author | gongo |
---|---|
date | Sat, 04 Nov 2006 08:28:46 +0000 |
parents | 0fae5658fb0b |
children | b000c4765eca |
line wrap: on
line diff
--- a/game.h Sat Nov 04 08:15:16 2006 +0000 +++ b/game.h Sat Nov 04 08:28:46 2006 +0000 @@ -18,12 +18,12 @@ typedef struct game { GAME_STATE state; + void (*exec)(); CarPtr jiki; int course_id; // $B%3!<%9(BID int car_id; // $B<+5!(BID int camera_type; // $B%+%a%i$N%?%$%W(B int select; // $BA*BrMQJQ?t!)$$$i$J$$$+(B - int demo_flg; // (demo_flg == 0) ? $BDL>o%b!<%I(B : $B%G%b%b!<%I(B int play_id; int rap; } Game, *GamePtr;