diff options
Diffstat (limited to 'apps/xracer/graphics.h')
| -rw-r--r-- | apps/xracer/graphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/xracer/graphics.h b/apps/xracer/graphics.h index aeecf0b..486db67 100644 --- a/apps/xracer/graphics.h +++ b/apps/xracer/graphics.h @@ -33,6 +33,7 @@ struct point_3d { struct camera_t { struct point_3d pos; int depth; + int draw_dist; }; struct point_2d { |