diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-27 13:01:07 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-27 13:01:07 (GMT) |
| commit | 36ee81fc6b472ef956ad742ea3e626417c5317fe (patch) | |
| tree | 0aba1a536e67d40e4c9a49775ea37ebd3af72b12 /includes/interface.h | |
| parent | 43b75ea05855334646fc84f49729ac8d8d8763b2 (diff) | |
| download | powder-36ee81fc6b472ef956ad742ea3e626417c5317fe.zip powder-36ee81fc6b472ef956ad742ea3e626417c5317fe.tar.gz | |
Better photons for persistent display, ability to toggle gravity view (ctrl+g)
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/interface.h b/includes/interface.h index 57a6432..fdd21e4 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -176,6 +176,8 @@ extern int zoom_en; extern int zoom_x, zoom_y; extern int zoom_wx, zoom_wy; +extern int drawgrav_enable; + void menu_count(void); void get_sign_pos(int i, int *x0, int *y0, int *w, int *h); |
