aboutsummaryrefslogtreecommitdiff
path: root/src/effect.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-11 23:11:21 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-11 23:11:21 +0100
commit4c4ffc1b84ada5dc47f9d36e9154564b68ff7fed (patch)
tree70ba7352bb0e9674923ce839578b33253059660c /src/effect.h
parent4a82c31f67d74be952a9e60506cde7ba31c15214 (diff)
downloadgold-mine-run-4c4ffc1b84ada5dc47f9d36e9154564b68ff7fed.tar.gz
gold-mine-run-4c4ffc1b84ada5dc47f9d36e9154564b68ff7fed.zip
Add gol/silver keys and door logic
Diffstat (limited to 'src/effect.h')
-rw-r--r--src/effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/effect.h b/src/effect.h
index 9c9d654..10427fb 100644
--- a/src/effect.h
+++ b/src/effect.h
@@ -1,6 +1,7 @@
#ifndef _EFFECT_H
#define _EFFECT_H
+void effect_out_new(uint16_t x, uint16_t y);
void effect_out_init(Entity *e);
void effect_out_update(Entity *e);