Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | pmbaty | 1 | #include "globvrpb.h" |
2 | #include <stdlib.h> |
||
3 | |||
4 | tNet_mode gNet_mode; |
||
5 | tNet_game_player_info gNet_players[6]; |
||
6 | br_matrix34 gRoot_to_camera; |
||
7 | tCar_detail_info gCar_details[60]; |
||
8 | int gThis_net_player_index; |
||
9 | br_scalar gPedestrian_distance_squared; |
||
10 | int gPending_race; |
||
11 | tPlayer_ID gLocal_net_ID; |
||
12 | int gNumber_of_net_players; |
||
13 | int gStart_race_sent; |
||
14 | int gSynch_race_start; |
||
15 | tNet_game_details* gCurrent_net_game; |
||
16 | int gReceived_car_details; |
||
17 | int gWaiting_for_unpause; |
||
18 | tNet_game_options* gNet_options; |
||
19 | br_vector3 gCamera_direction; |
||
20 | int gNetwork_available; |
||
21 | int gPedestrian_image; |
||
22 | int gHighest_pedestrian_value; |
||
23 | int gNeed_to_send_start_race; |
||
24 | int gRendering_mirror; |