diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-04-25 15:39:28 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-04-25 15:39:28 (GMT) |
| commit | 28d9328959df6f0542d872b73870d31fa9300f7b (patch) | |
| tree | 6960c58dfdf5c150f5a439cbf2337031eb905d09 /includes/interface.h | |
| parent | 7b82eae82e770410feeed841b7e2c05c7e20d9da (diff) | |
| download | powder-28d9328959df6f0542d872b73870d31fa9300f7b.zip powder-28d9328959df6f0542d872b73870d31fa9300f7b.tar.gz | |
Dialog box for changing simulation options, gravity toggle needs implementing
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/interface.h b/includes/interface.h index 7cbdeea..9dc07f8 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -241,6 +241,8 @@ int report_ui(pixel *vid_buf, char *save_id); char *console_ui(pixel *vid_buf, char error[255],char console_more); -void decorations_ui(pixel *vid_buf,pixel *decorations,int *bsx,int *bsy); +void simulation_ui(pixel *vid_buf); + +void decorations_ui(pixel *vid_buf, pixel *decorations, int *bsx, int *bsy); #endif |
