diff options
| author | Simon <simon@hardwired.org.uk> | 2010-08-29 12:10:58 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2010-08-29 12:10:58 (GMT) |
| commit | 1af2d330de825a585c2c5ad8b6f840c639237034 (patch) | |
| tree | 17f95500b7ab8545949b2a3cb4d00c64c1949a0f /graphics.h | |
| parent | c0563111f822f5253264c7805917a864e1ddda5d (diff) | |
| download | powder-1af2d330de825a585c2c5ad8b6f840c639237034.zip powder-1af2d330de825a585c2c5ad8b6f840c639237034.tar.gz | |
Moves and fixes
Diffstat (limited to 'graphics.h')
| -rw-r--r-- | graphics.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -121,4 +121,10 @@ void render_fire(pixel *dst); void prepare_alpha(void); +void draw_image(pixel *vid, pixel *img, int x, int y, int w, int h, int a); + +void dim_copy(pixel *dst, pixel *src); + +void render_zoom(pixel *img); + #endif
\ No newline at end of file |
