view game.h @ 80:3ab2b0980fba

*** empty log message ***
author gongo
date Thu, 09 Nov 2006 08:34:16 +0000
parents 49bc5851acb9
children ce9ef7dcf2f0
line wrap: on
line source

/*
 * $Id$
 */

typedef struct game {
    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 play_id;
    int rap;
} Game, *GamePtr;

extern Game game;