diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-05-24 14:01:18 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-05-24 14:01:18 (GMT) |
| commit | a52344f399857f49abecaa49d76489adb2366999 (patch) | |
| tree | ffc098e548f2ef937b4dfdbe880881e14552ec3e /includes/interface.h | |
| parent | 2d9e0b75e4f66dd27d2223d0ff93a28cf4e9cb01 (diff) | |
| download | powder-a52344f399857f49abecaa49d76489adb2366999.zip powder-a52344f399857f49abecaa49d76489adb2366999.tar.gz | |
Decorations improvements
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 e1e45ea..dd45fb7 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -240,6 +240,6 @@ char *console_ui(pixel *vid_buf, char error[255],char console_more); void simulation_ui(pixel *vid_buf); -void decorations_ui(pixel *vid_buf, pixel *decorations, int *bsx, int *bsy); +unsigned int decorations_ui(pixel *vid_buf, pixel *decorations, int *bsx, int *bsy, unsigned int savedColor); #endif |
