Subversion Repositories Games.Carmageddon

Rev

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

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