summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorkitty piapiac <kcp@bsd.computer>2023-04-23 21:16:17 -0700
committerkitty piapiac <kcp@bsd.computer>2023-04-23 21:16:17 -0700
commitcec132cde7c25bd41fdd7f8e5f5472e4162120d5 (patch)
tree74927380a6381751819b13d62b506d36ab01ae27 /include/core.h
parentf54412679c74279d8bcf21bf8ef8bcd8229dc547 (diff)
block fall & in-floor detection
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core.h b/include/core.h
index cc9ef1c..5884f25 100644
--- a/include/core.h
+++ b/include/core.h
@@ -2,5 +2,5 @@
#define MINO_CORE_H
typedef struct{U8 i;vec2 pos,org,v[4];}Tetro;
X V core_init(V);
-X V core_tick(InputPoint,InputButtons);
+X V core_tick(InputPoint,InputButtons,F64);
#endif