diff options
author | curly <curlybryce@protonmail.com> | 2022-08-17 20:38:11 -0600 |
---|---|---|
committer | curly <curlybryce@protonmail.com> | 2022-08-17 20:38:11 -0600 |
commit | 8b402500a4d36882c0dce7074666a2e1012b0aea (patch) | |
tree | 0cdc67f937105a4d9d3559ef161910664970d4e5 /src/input.rs | |
parent | d2eb2068bac4e9bdd9ac5e2d727266dd282816b9 (diff) | |
download | tetris-8b402500a4d36882c0dce7074666a2e1012b0aea.tar.gz tetris-8b402500a4d36882c0dce7074666a2e1012b0aea.tar.bz2 tetris-8b402500a4d36882c0dce7074666a2e1012b0aea.zip |
functional
Diffstat (limited to 'src/input.rs')
-rw-r--r-- | src/input.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/input.rs b/src/input.rs deleted file mode 100644 index 23d0040..0000000 --- a/src/input.rs +++ /dev/null @@ -1,6 +0,0 @@ -pub struct Input {} -impl Input { - pub fn new() -> Input { - Input{} - } -}
\ No newline at end of file |