summaryrefslogtreecommitdiff
path: root/includes/graphics.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2011-10-10 22:41:19 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2011-10-10 22:41:19 (GMT)
commitbf8258ee306a9649e0cfbf5344f8a533907175d8 (patch)
treec6fc31a8f7719aa12176d8614fae8f93b93d032d /includes/graphics.h
parent9c9f6b2287b028f7d0367308c7669e0ba8960a36 (diff)
downloadpowder-bf8258ee306a9649e0cfbf5344f8a533907175d8.zip
powder-bf8258ee306a9649e0cfbf5344f8a533907175d8.tar.gz
Elements, LIGH, TESC, EMP and DEST thanks to MaksProg
Diffstat (limited to 'includes/graphics.h')
-rw-r--r--includes/graphics.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/graphics.h b/includes/graphics.h
index 90dd4a7..afa09b3 100644
--- a/includes/graphics.h
+++ b/includes/graphics.h
@@ -36,6 +36,8 @@
#endif
#endif
+extern int emp_decor;
+
extern unsigned cmode;
extern SDL_Surface *sdl_scrn;
extern int sdl_scale;
@@ -53,6 +55,8 @@ extern unsigned int fire_alpha[CELL*3][CELL*3];
extern pixel *fire_bg;
extern pixel *pers_bg;
+void draw_other(pixel *vid);
+
void draw_rgba_image(pixel *vid, unsigned char *data, int x, int y, float a);
void *ptif_pack(pixel *src, int w, int h, int *result_size);