Subversion Repositories Games.Carmageddon

Rev

Rev 18 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef _GRAFDATA_H_
  2. #define _GRAFDATA_H_
  3.  
  4. #include "brender/br_types.h"
  5. #include "dr_types.h"
  6.  
  7. extern tGraf_data gGraf_data[2];
  8. extern tGraf_data* gCurrent_graf_data;
  9. extern int gGraf_data_index;
  10.  
  11. void CalcGrafDataIndex(void);
  12.  
  13. #endif
  14.