diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h index f960ee1..4328844 100644 --- a/includes/powder.h +++ b/includes/powder.h @@ -862,6 +862,7 @@ unsigned photons[YRES][XRES]; int do_move(int i, int x, int y, float nxf, float nyf); int try_move(int i, int x, int y, int nx, int ny); int eval_move(int pt, int nx, int ny, unsigned *rr); +void init_can_move(); static void create_cherenkov_photon(int pp); static void create_gain_photon(int pp); |
