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 _RAYCAST_H_ |
2 | #define _RAYCAST_H_ |
| 3 | 3 | ||
| - | 4 | #include "brender/br_types.h" |
|
| 4 | #include "dr_types.h" |
5 | #include "dr_types.h" |
| 5 | 6 | ||
| 6 | extern br_matrix34 gPick_model_to_view__raycast; // suffix added to avoid duplicate symbol |
7 | extern br_matrix34 gPick_model_to_view__raycast; // suffix added to avoid duplicate symbol |
| 7 | extern int gBelow_face_index; |
8 | extern int gBelow_face_index; |
| 8 | extern br_scalar gCurrent_y; |
9 | extern br_scalar gCurrent_y; |