diff options
author | kitty piapiac <kcp@bsd.computer> | 2023-04-21 23:50:06 -0700 |
---|---|---|
committer | kitty piapiac <kcp@bsd.computer> | 2023-04-21 23:50:06 -0700 |
commit | 8f38659932677a2b0e00b7f4abda54ac76a8ecd9 (patch) | |
tree | 705767e858a3fe0c89b7b4bc0440012a084c6921 /include/core.h | |
parent | 599cde356b576759475d34dbfadb5548926c089d (diff) |
SRS-style rotation skeleton
Diffstat (limited to 'include/core.h')
-rw-r--r-- | include/core.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/core.h b/include/core.h new file mode 100644 index 0000000..cc9ef1c --- /dev/null +++ b/include/core.h @@ -0,0 +1,6 @@ +#ifndef MINO_CORE_H +#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); +#endif |