Rev 18 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1 | pmbaty | 1 | #ifndef _GRAFDATA_H_ |
2 | #define _GRAFDATA_H_ |
||
3 | |||
20 | pmbaty | 4 | #include "brender/br_types.h" |
1 | pmbaty | 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 |