diff options
Diffstat (limited to 'src/timeman.rs')
| -rw-r--r-- | src/timeman.rs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/timeman.rs b/src/timeman.rs index 64250ee..27d5450 100644 --- a/src/timeman.rs +++ b/src/timeman.rs @@ -1,11 +1,4 @@ -use std::cell::RefCell; -use std::time::Duration; -use std::{fmt::Display, string}; -use std::error::Error; - -use crate::GameState; - -pub type Second = u64; +pub type Second = i64; pub const MINUTE: Second = 60; pub const HOUR: Second = MINUTE * 60; |
