aboutsummaryrefslogtreecommitdiff
path: root/src/effect.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-06-27 23:18:22 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-06-27 23:18:22 +0100
commit399e039d799186aeacebee60e1c2009a46677c0d (patch)
tree6b0d2dc98f86e7aecea073e40c35cd21ee6314f3 /src/effect.h
parentcb51a0b3973399c4adfb1406b93cd8a25e2f726c (diff)
downloadgold-mine-run-399e039d799186aeacebee60e1c2009a46677c0d.tar.gz
gold-mine-run-399e039d799186aeacebee60e1c2009a46677c0d.zip
Add pikcups
WIP: only time and bonuses for now.
Diffstat (limited to 'src/effect.h')
-rw-r--r--src/effect.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/effect.h b/src/effect.h
new file mode 100644
index 0000000..9c9d654
--- /dev/null
+++ b/src/effect.h
@@ -0,0 +1,7 @@
+#ifndef _EFFECT_H
+#define _EFFECT_H
+
+void effect_out_init(Entity *e);
+void effect_out_update(Entity *e);
+
+#endif /* _EFFECT_H */