update time returns

pull/1/head
Able 2022-04-09 10:29:46 -05:00
parent 74dae25602
commit 3265df03e0
Signed by: able
GPG Key ID: D164AF5F5700BE51
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ extern "C" {
/// Get the current time in seconds, milliseconds
///
/// Temporarily returns an i64 instead of a SecondsTime
pub fn get_time() -> i64;
/// Temporarily returns an i32 instead of a SecondsTime
pub fn get_time() -> i32;
/// Set the current time in seconds, milliseconds
pub fn set_time(time: SecondsTime);