aboutsummaryrefslogtreecommitdiff
path: root/src/tmonster.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-04 22:28:50 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-04 22:28:50 +0100
commit81efbd3a866fe3f99768b03c341b7b9d11dda9de (patch)
tree4dca4944c40c8800c198ab29d292ed3409b4a12b /src/tmonster.h
parentb0100ff9fc763c9d3e5a72155cfa8331a1c6ac3c (diff)
downloadgold-mine-run-81efbd3a866fe3f99768b03c341b7b9d11dda9de.tar.gz
gold-mine-run-81efbd3a866fe3f99768b03c341b7b9d11dda9de.zip
Add time monster
Diffstat (limited to 'src/tmonster.h')
-rw-r--r--src/tmonster.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tmonster.h b/src/tmonster.h
new file mode 100644
index 0000000..5d73ad2
--- /dev/null
+++ b/src/tmonster.h
@@ -0,0 +1,8 @@
+#ifndef _TMONSTER_H
+#define _TMONSTER_H
+
+void tmonster_init(Entity *e);
+void tmonster_wait_update(Entity *e);
+void tmonster_update(Entity *e);
+
+#endif /* _TMONSTER_H */