From 008c2b23c78f8969c9741e537326c13b98c27b58 Mon Sep 17 00:00:00 2001 From: curly Date: Sat, 13 Aug 2022 17:55:31 -0600 Subject: fixed my module mistakes --- src/input.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/input.rs') 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 -- cgit v1.2.3