summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
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