Subversion Repositories Games.Carmageddon

Rev

Rev 1 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 pmbaty 1
#ifndef _GLOBVRME_H_
2
#define _GLOBVRME_H_
3
 
4
#include "dr_types.h"
5
 
6
extern tCar_spec* gViewable_car_list[50];
7
extern int gNum_viewable_cars;
8
 
9
#endif