summaryrefslogtreecommitdiff
path: root/src/elements/phot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elements/phot.c')
-rw-r--r--src/elements/phot.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/elements/phot.c b/src/elements/phot.c
new file mode 100644
index 0000000..cebff96
--- /dev/null
+++ b/src/elements/phot.c
@@ -0,0 +1,7 @@
+#include <powder.h>
+
+int update_PHOT(UPDATE_FUNC_ARGS) {
+ // TODO
+
+ return 0;
+}