diff options
Diffstat (limited to 'src/graphics_c3.h')
-rw-r--r-- | src/graphics_c3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/graphics_c3.h b/src/graphics_c3.h index b609721..56d85b7 100644 --- a/src/graphics_c3.h +++ b/src/graphics_c3.h @@ -26,6 +26,7 @@ struct gra_global { c2_t dragstart[10];//mouse coordinates where a drag was started c3_rot_t oldcamera; int maxshapes; + int fieldofview; }; typedef struct { |