diff options
Diffstat (limited to 'src/input.rs')
-rw-r--r-- | src/input.rs | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs index d4a5ddd..23d0040 100644 --- a/src/input.rs +++ b/src/input.rs @@ -1 +1,6 @@ -pub struct Input {}
\ No newline at end of file +pub struct Input {} +impl Input { + pub fn new() -> Input { + Input{} + } +}
\ No newline at end of file |