Elements, LIGH, TESC, EMP and DEST thanks to MaksProg

This commit is contained in:
Simon Robertshaw
2011-10-10 23:41:19 +01:00
parent 9c9f6b2287
commit bf8258ee30
9 changed files with 599 additions and 17 deletions

View File

@@ -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);