diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2011-08-11 12:02:00 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-08-11 12:02:00 (GMT) |
| commit | 9e634b95cca748b67d63a496b719a0b5c9746dc3 (patch) | |
| tree | d2e5b90c634e148a735dcde600ea58e07746d98b /includes/graphics.h | |
| parent | 806e1933a2f1a80feeeb10e7923ae58461640225 (diff) | |
| download | powder-9e634b95cca748b67d63a496b719a0b5c9746dc3.zip powder-9e634b95cca748b67d63a496b719a0b5c9746dc3.tar.gz | |
Fire intensity from Lua
Diffstat (limited to 'includes/graphics.h')
| -rw-r--r-- | includes/graphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/graphics.h b/includes/graphics.h index ca761be..bafe9db 100644 --- a/includes/graphics.h +++ b/includes/graphics.h @@ -142,7 +142,7 @@ void render_signs(pixel *vid_buf); void render_fire(pixel *dst); -void prepare_alpha(void); +void prepare_alpha(int size, float intensity); void draw_image(pixel *vid, pixel *img, int x, int y, int w, int h, int a); |
