summaryrefslogtreecommitdiff
path: root/src/elements/phot.c
blob: 12f0b509bc5c2fca8e8577f073de2cec005306e9 (plain)
1
2
3
4
5
6
7
8
#include <powder.h>

int update_PHOT(UPDATE_FUNC_ARGS) {
	if (1>rand()%10) update_PYRO(UPDATE_FUNC_SUBCALL_ARGS);
	// TODO

	return 0;
}