Added detach to powder.h.

This commit is contained in:
savask 2011-06-01 21:05:28 +07:00 committed by Simon Robertshaw
parent 7f245483a2
commit f5af89fb43

View File

@ -873,6 +873,8 @@ static void create_gain_photon(int pp);
void kill_part(int i);
void detach(int i);
void part_change_type(int i, int x, int y, int t);
int create_part(int p, int x, int y, int t);