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

int update_PHOT(UPDATE_FUNC_ARGS) {
	// TODO

	return 0;
}