Rev 18 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18 | Rev 20 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | #define _GLOBVARS_H_ |
2 | #define _GLOBVARS_H_ |
3 | 3 | ||
- | 4 | #include "brender/br_types.h" |
|
4 | #include "dr_types.h" |
5 | #include "dr_types.h" |
5 | 6 | ||
6 | extern int gTyping; |
7 | extern int gTyping; |
7 | extern int gArrow_mode; |
8 | extern int gArrow_mode; |
8 | extern int gInfo_on; |
9 | extern int gInfo_on; |
Line 137... | Line 138... | ||
137 | extern int gSound_enabled; |
138 | extern int gSound_enabled; |
138 | extern int gGraf_spec_index; |
139 | extern int gGraf_spec_index; |
139 | extern int gSound_available; |
140 | extern int gSound_available; |
140 | extern int gNumber_of_races; |
141 | extern int gNumber_of_races; |
141 | extern char gDir_separator[3]; |
142 | extern char gDir_separator[3]; |
142 | - | ||
143 | // FIXME! |
- | |
144 | #define TAU 6.283185307179586 |
- | |
145 | 143 | ||
146 | #endif |
144 | #endif |