summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 87e53f8..068edb2 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -673,6 +673,8 @@ extern int pfree;
extern unsigned pmap[YRES][XRES];
unsigned cb_pmap[YRES][XRES];
+unsigned photons[YRES][XRES];
+
int try_move(int i, int x, int y, int nx, int ny);
void kill_part(int i);