diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-14 14:13:27 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-14 14:13:27 (GMT) |
| commit | 2dd04b917ddc2016099a716e67c50b462e393237 (patch) | |
| tree | ff05f5ccaafd1f89c5808b0007769dde85274e56 /includes/interface.h | |
| parent | 14abcf5fc29a2be10ae8de2e5d5711daf0aea7a5 (diff) | |
| download | powder-2dd04b917ddc2016099a716e67c50b462e393237.zip powder-2dd04b917ddc2016099a716e67c50b462e393237.tar.gz | |
Add access to the local saving features
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/interface.h b/includes/interface.h index f4acf9e..7ed4f8c 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -197,7 +197,7 @@ void ui_richtext_settext(char *text, ui_richtext *ed); void ui_richtext_process(int mx, int my, int mb, int mbq, ui_richtext *ed); -void draw_svf_ui(pixel *vid_buf); +void draw_svf_ui(pixel *vid_buf, int alternate); void error_ui(pixel *vid_buf, int err, char *txt); |
